#601608

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

Shades of Red Oxide #601608

Tints of Red Oxide #601608

Color information

#601608 (or 0x601608) is unknown color: approx Red Oxide. HEX triplet: 60, 16 and 08. RGB value is (96,22,8). Sum of RGB (Red+Green+Blue) = 96+22+8=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #601608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601608 is #9FE9F7. Grayscale: #2A2A2A. Windows color (decimal): -10480120 or 530016. OLE color: 530016.

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

Color convert

RGB96228-
CMYK00.770.920.62
HSL9.55º84.62%20.39%-
HSV(B)9.55º91.67%37.65%-
XYZ5.153.080.55-
YUV42.53108.52166.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 76.19%
GREEN value IS 22 (8.98% from 255) = 17.46%
BLUE value IS 8 (3.52% from 255) = 6.35%
R=76.19%
G=17.46%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9622800.770.920.629.5584.6220.39
Hex6016804D5C3Ea5514
Octal14026100115134761212524
Binary11000001011010000100110110111001111101010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601608; }

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

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

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

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

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

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

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

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