Html Css Color HEX #601816 Red Oxide

📋 copy color: '#601816'

red 96 ◦ green 24 ◦ blue 22

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

Shades of Red Oxide #601816

Tints of Red Oxide #601816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.49%

R = 67.61%
G = 16.9%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#601816 (or 0x601816) is known color: Red Oxide. HEX triplet: 60, 18 and 16. RGB value is (96,24,22). Sum of RGB (Red+Green+Blue) = 96+24+22=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #601816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601816 is #9FE7E9. Grayscale: #2D2D2D. Windows color (decimal): -10479594 or 1448032. OLE color: 1448032.

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

Color convert

RGB 96 24 22 -
CMYK 0 0.75 0.77 0.62
HSL 1.62º 0.63% 0.23% -
HSV(B) 1.62º 0.77% 0.38% -
XYZ 5.3 3.2 1.1 -
YUV 45.3 114.85 164.16 -
System Red Green Blue C M Y K H S L
Decimal 96 24 22 0 0.75 0.77 0.62 1.62 0.63 0.23
Hex 60 18 16 0 4B 4D 3E 2 3F 17
Octal 140 30 26 0 113 115 76 2 77 27
Binary 1100000 11000 10110 0 1001011 1001101 111110 10 111111 10111

Color Harmonies of #601816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601816

Black with #601816

Text Example


Text Example

White with #601816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601816; }

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

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

background-color css

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

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

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

border-color css

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

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

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