Html Css Color HEX #601904 Red Oxide

📋 copy color: '#601904'

red 96 ◦ green 25 ◦ blue 4

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

Shades of Red Oxide #601904

Tints of Red Oxide #601904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.2%

R = 76.8%
G = 20%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#601904 (or 0x601904) is known color: Red Oxide. HEX triplet: 60, 19 and 04. RGB value is (96,25,4). Sum of RGB (Red+Green+Blue) = 96+25+4=125 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.8% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 96 - color contains mainly: red. Hex color #601904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601904 is #9FE6FB. Grayscale: #2B2B2B. Windows color (decimal): -10479356 or 268640. OLE color: 268640.

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

Color convert

RGB 96 25 4 -
CMYK 0 0.74 0.96 0.62
HSL 13.7º 0.92% 0.2% -
HSV(B) 13.7º 0.96% 0.38% -
XYZ 5.19 3.19 0.46 -
YUV 43.84 105.52 165.21 -
System Red Green Blue C M Y K H S L
Decimal 96 25 4 0 0.74 0.96 0.62 13.7 0.92 0.2
Hex 60 19 4 0 4A 60 3E E 5C 14
Octal 140 31 4 0 112 140 76 16 134 24
Binary 1100000 11001 100 0 1001010 1100000 111110 1110 1011100 10100

Color Harmonies of #601904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601904

Black with #601904

Text Example


Text Example

White with #601904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601904; }

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

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

background-color css

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

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

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

border-color css

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

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

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