Html Css Color HEX #600E08 Red Oxide

📋 copy color: '#600E08'

red 96 ◦ green 14 ◦ blue 8

#600E08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #600E08

Tints of Red Oxide #600E08

RGB

 RED value IS 96 (37.89% from 255) = 81.36%

 GREEN value IS 14 (5.86% from 255) = 11.86%

 BLUE value IS 8 (3.52% from 255) = 6.78%

R = 81.36%
G = 11.86%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#600E08 (or 0x600E08) is known color: Red Oxide. HEX triplet: 60, 0E and 08. RGB value is (96,14,8). Sum of RGB (Red+Green+Blue) = 96+14+8=118 (15% of max value = 765). Red value is 96 (37.89% from 255 or 81.36% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 96 - color contains mainly: red. Hex color #600E08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600E08 is #9FF1F7. Grayscale: #252525. Windows color (decimal): -10482168 or 527968. OLE color: 527968.

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

Color convert

RGB 96 14 8 -
CMYK 0 0.85 0.92 0.62
HSL 4.09º 0.85% 0.2% -
HSV(B) 4.09º 0.92% 0.38% -
XYZ 5.02 2.82 0.51 -
YUV 37.83 111.17 169.49 -
System Red Green Blue C M Y K H S L
Decimal 96 14 8 0 0.85 0.92 0.62 4.09 0.85 0.2
Hex 60 E 8 0 55 5C 3E 4 55 14
Octal 140 16 10 0 125 134 76 4 125 24
Binary 1100000 1110 1000 0 1010101 1011100 111110 100 1010101 10100

Color Harmonies of #600E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600E08

Black with #600E08

Text Example


Text Example

White with #600E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600E08; }

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

 H1.HeaderClassName
 {
   color: #600E08;
 }
 .AnyTagClassName
 {
   color: #600E08;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #600E08;
 }
 .BgClassName
 {
   background-color: #600E08;
 }
</style>

border-color css

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

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

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