#601606

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

Shades of Red Oxide #601606

Tints of Red Oxide #601606

Color information

#601606 (or 0x601606) is unknown color: approx Red Oxide. HEX triplet: 60, 16 and 06. RGB value is (96,22,6). Sum of RGB (Red+Green+Blue) = 96+22+6=124 (16% of max value = 765). Red value is 96 (37.89% from 255 or 77.42% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 96 - color contains mainly: red. Hex color #601606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601606 is #9FE9F9. Grayscale: #2A2A2A. Windows color (decimal): -10480122 or 398944. OLE color: 398944.

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

Color convert

RGB96226-
CMYK00.770.940.62
HSL10.67º88.24%20%-
HSV(B)10.67º93.75%37.65%-
XYZ5.143.070.49-
YUV42.3107.52166.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 77.42%
GREEN value IS 22 (8.98% from 255) = 17.74%
BLUE value IS 6 (2.73% from 255) = 4.84%
R=77.42%
G=17.74%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9622600.770.940.6210.6788.2420
Hex6016604D5E3Eb5814
Octal1402660115136761313024
Binary1100000101101100100110110111101111101011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601606; }

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

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

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

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

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

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

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

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