#601406

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

Shades of Red Oxide #601406

Tints of Red Oxide #601406

Color information

#601406 (or 0x601406) is unknown color: approx Red Oxide. HEX triplet: 60, 14 and 06. RGB value is (96,20,6). Sum of RGB (Red+Green+Blue) = 96+20+6=122 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.69% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 96 - color contains mainly: red. Hex color #601406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601406 is #9FEBF9. Grayscale: #292929. Windows color (decimal): -10480634 or 398432. OLE color: 398432.

HSL color Cylindrical-coordinate representation of color #601406: hue angle of 9.33º 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 #601406 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB96206-
CMYK00.790.940.62
HSL9.33º88.24%20%-
HSV(B)9.33º93.75%37.65%-
XYZ5.1130.48-
YUV41.13108.18167.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 78.69%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 6 (2.73% from 255) = 4.92%
R=78.69%
G=16.39%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9620600.790.940.629.3388.2420
Hex6014604F5E3E95814
Octal1402460117136761113024
Binary1100000101001100100111110111101111101001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601406; }

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

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

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

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

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

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

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

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