#601206

Color #601206 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #601206

Tints of Red Oxide #601206

Color information

#601206 (or 0x601206) is unknown color: approx Red Oxide. HEX triplet: 60, 12 and 06. RGB value is (96,18,6). Sum of RGB (Red+Green+Blue) = 96+18+6=120 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 96 - color contains mainly: red. Hex color #601206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601206 is #9FEDF9. Grayscale: #282828. Windows color (decimal): -10481146 or 397920. OLE color: 397920.

HSL color Cylindrical-coordinate representation of color #601206: hue angle of 8º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #601206 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB96186-
CMYK00.810.940.62
HSL88.24%20%-
HSV(B)93.75%37.65%-
XYZ5.072.930.47-
YUV39.95108.84167.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 80%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 6 (2.73% from 255) = 5%
R=80%
G=15%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9618600.810.940.62888.2420
Hex601260515E3E85814
Octal1402260121136761013024
Binary1100000100101100101000110111101111101000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601206; }

 p { color: rgb(96,18,6); }

 H1.HeaderClassName
 {
   color: #601206;
 }
 .AnyTagClassName
 {
   color: #601206;
 }
</style>
background-color css

<style>
 a { background-color: #601206; }

 a { background-color: rgb(96,18,6); }

 div.DivClassName
 {
   background-color: #601206;
 }
 .BgClassName
 {
   background-color: #601206;
 }
</style>
border-color css

<style>
 span { border-color: #601206; }

 span { border-color: rgb(96,18,6); }

 td.TdClassName
 {
   border-color: #601206;
 }
 .TagClassName
 {
   border-color: #601206;
 }
</style>