#600908

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

Shades of Red Oxide #600908

Tints of Red Oxide #600908

Color information

#600908 (or 0x600908) is unknown color: approx Red Oxide. HEX triplet: 60, 09 and 08. RGB value is (96,9,8). Sum of RGB (Red+Green+Blue) = 96+9+8=113 (14% of max value = 765). Red value is 96 (37.89% from 255 or 84.96% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 96 - color contains mainly: red. Hex color #600908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600908 is #9FF6F7. Grayscale: #222222. Windows color (decimal): -10483448 or 526688. OLE color: 526688.

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

Color convert

RGB9698-
CMYK00.910.920.62
HSL0.68º84.62%20.39%-
HSV(B)0.68º91.67%37.65%-
XYZ4.972.70.49-
YUV34.9112.82171.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 84.96%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 8 (3.52% from 255) = 7.08%
R=84.96%
G=7.96%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969800.910.920.620.6884.6220.39
Hex609805B5C3E15514
Octal1401110013313476112524
Binary1100000100110000101101110111001111101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600908; }

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

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

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

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

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

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

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

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