Html Css Color HEX #601908 Red Oxide

📋 copy color: '#601908'

red 96 ◦ green 25 ◦ blue 8

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

Shades of Red Oxide #601908

Tints of Red Oxide #601908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.38%

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

R = 74.42%
G = 19.38%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#601908 (or 0x601908) is known color: Red Oxide. HEX triplet: 60, 19 and 08. RGB value is (96,25,8). Sum of RGB (Red+Green+Blue) = 96+25+8=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #601908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601908 is #9FE6F7. Grayscale: #2C2C2C. Windows color (decimal): -10479352 or 530784. OLE color: 530784.

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

Color convert

RGB 96 25 8 -
CMYK 0 0.74 0.92 0.62
HSL 11.59º 0.85% 0.2% -
HSV(B) 11.59º 0.92% 0.38% -
XYZ 5.22 3.2 0.57 -
YUV 44.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 96 25 8 0 0.74 0.92 0.62 11.59 0.85 0.2
Hex 60 19 8 0 4A 5C 3E C 55 14
Octal 140 31 10 0 112 134 76 14 125 24
Binary 1100000 11001 1000 0 1001010 1011100 111110 1100 1010101 10100

Color Harmonies of #601908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601908

Black with #601908

Text Example


Text Example

White with #601908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601908; }

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

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

background-color css

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

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

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

border-color css

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

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

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