Html Css Color HEX #600E06 Red Oxide

📋 copy color: '#600E06'

red 96 ◦ green 14 ◦ blue 6

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

Shades of Red Oxide #600E06

Tints of Red Oxide #600E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.17%

R = 82.76%
G = 12.07%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#600E06 (or 0x600E06) is known color: Red Oxide. HEX triplet: 60, 0E and 06. RGB value is (96,14,6). Sum of RGB (Red+Green+Blue) = 96+14+6=116 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.76% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 6 (2.73% from 255 or 5.17% from 116); Max value from RGB is 96 - color contains mainly: red. Hex color #600E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600E06 is #9FF1F9. Grayscale: #252525. Windows color (decimal): -10482170 or 396896. OLE color: 396896.

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

Color convert

RGB 96 14 6 -
CMYK 0 0.85 0.94 0.62
HSL 5.33º 0.88% 0.2% -
HSV(B) 5.33º 0.94% 0.38% -
XYZ 5.01 2.81 0.45 -
YUV 37.61 110.17 169.65 -
System Red Green Blue C M Y K H S L
Decimal 96 14 6 0 0.85 0.94 0.62 5.33 0.88 0.2
Hex 60 E 6 0 55 5E 3E 5 58 14
Octal 140 16 6 0 125 136 76 5 130 24
Binary 1100000 1110 110 0 1010101 1011110 111110 101 1011000 10100

Color Harmonies of #600E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600E06

Black with #600E06

Text Example


Text Example

White with #600E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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