Html Css Color HEX #601805 Red Oxide

📋 copy color: '#601805'

red 96 ◦ green 24 ◦ blue 5

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

Shades of Red Oxide #601805

Tints of Red Oxide #601805

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.2%

 BLUE value IS 5 (2.34% from 255) = 4%

R = 76.8%
G = 19.2%
B = 4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#601805 (or 0x601805) is known color: Red Oxide. HEX triplet: 60, 18 and 05. RGB value is (96,24,5). Sum of RGB (Red+Green+Blue) = 96+24+5=125 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.8% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 96 - color contains mainly: red. Hex color #601805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601805 is #9FE7FA. Grayscale: #2B2B2B. Windows color (decimal): -10479611 or 333920. OLE color: 333920.

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

Color convert

RGB 96 24 5 -
CMYK 0 0.75 0.95 0.62
HSL 12.53º 0.9% 0.2% -
HSV(B) 12.53º 0.95% 0.38% -
XYZ 5.18 3.15 0.48 -
YUV 43.36 106.35 165.54 -
System Red Green Blue C M Y K H S L
Decimal 96 24 5 0 0.75 0.95 0.62 12.53 0.9 0.2
Hex 60 18 5 0 4B 5F 3E D 5A 14
Octal 140 30 5 0 113 137 76 15 132 24
Binary 1100000 11000 101 0 1001011 1011111 111110 1101 1011010 10100

Color Harmonies of #601805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601805

Black with #601805

Text Example


Text Example

White with #601805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601805; }

 p { color: rgb(96,24,5); }

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

background-color css

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

 a { background-color: rgb(96,24,5); }

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

border-color css

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

 span { border-color: rgb(96,24,5); }

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