Html Css Color HEX #601811 Red Oxide

📋 copy color: '#601811'

red 96 ◦ green 24 ◦ blue 17

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

Shades of Red Oxide #601811

Tints of Red Oxide #601811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.41%

R = 70.07%
G = 17.52%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#601811 (or 0x601811) is known color: Red Oxide. HEX triplet: 60, 18 and 11. RGB value is (96,24,17). Sum of RGB (Red+Green+Blue) = 96+24+17=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #601811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601811 is #9FE7EE. Grayscale: #2C2C2C. Windows color (decimal): -10479599 or 1120352. OLE color: 1120352.

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

Color convert

RGB 96 24 17 -
CMYK 0 0.75 0.82 0.62
HSL 5.32º 0.7% 0.22% -
HSV(B) 5.32º 0.82% 0.38% -
XYZ 5.25 3.18 0.87 -
YUV 44.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 96 24 17 0 0.75 0.82 0.62 5.32 0.7 0.22
Hex 60 18 11 0 4B 52 3E 5 46 16
Octal 140 30 21 0 113 122 76 5 106 26
Binary 1100000 11000 10001 0 1001011 1010010 111110 101 1000110 10110

Color Harmonies of #601811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601811

Black with #601811

Text Example


Text Example

White with #601811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601811; }

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

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

background-color css

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

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

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

border-color css

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

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

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