Html Css Color HEX #601916 Red Oxide

📋 copy color: '#601916'

red 96 ◦ green 25 ◦ blue 22

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

Shades of Red Oxide #601916

Tints of Red Oxide #601916

RGB

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

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

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

R = 67.13%
G = 17.48%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#601916 (or 0x601916) is known color: Red Oxide. HEX triplet: 60, 19 and 16. RGB value is (96,25,22). Sum of RGB (Red+Green+Blue) = 96+25+22=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #601916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601916 is #9FE6E9. Grayscale: #2D2D2D. Windows color (decimal): -10479338 or 1448288. OLE color: 1448288.

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

Color convert

RGB 96 25 22 -
CMYK 0 0.74 0.77 0.62
HSL 2.43º 0.63% 0.23% -
HSV(B) 2.43º 0.77% 0.38% -
XYZ 5.32 3.24 1.1 -
YUV 45.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 96 25 22 0 0.74 0.77 0.62 2.43 0.63 0.23
Hex 60 19 16 0 4A 4D 3E 2 3F 17
Octal 140 31 26 0 112 115 76 2 77 27
Binary 1100000 11001 10110 0 1001010 1001101 111110 10 111111 10111

Color Harmonies of #601916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601916

Black with #601916

Text Example


Text Example

White with #601916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601916; }

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

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

background-color css

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

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

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

border-color css

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

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

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