Html Css Color HEX #601716 Red Oxide

📋 copy color: '#601716'

red 96 ◦ green 23 ◦ blue 22

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

Shades of Red Oxide #601716

Tints of Red Oxide #601716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.31%

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

R = 68.09%
G = 16.31%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#601716 (or 0x601716) is known color: Red Oxide. HEX triplet: 60, 17 and 16. RGB value is (96,23,22). Sum of RGB (Red+Green+Blue) = 96+23+22=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #601716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601716 is #9FE8E9. Grayscale: #2C2C2C. Windows color (decimal): -10479850 or 1447776. OLE color: 1447776.

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

Color convert

RGB 96 23 22 -
CMYK 0 0.76 0.77 0.62
HSL 0.81º 0.63% 0.23% -
HSV(B) 0.81º 0.77% 0.38% -
XYZ 5.28 3.16 1.09 -
YUV 44.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 96 23 22 0 0.76 0.77 0.62 0.81 0.63 0.23
Hex 60 17 16 0 4C 4D 3E 1 3F 17
Octal 140 27 26 0 114 115 76 1 77 27
Binary 1100000 10111 10110 0 1001100 1001101 111110 1 111111 10111

Color Harmonies of #601716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601716

Black with #601716

Text Example


Text Example

White with #601716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601716; }

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

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

background-color css

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

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

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

border-color css

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

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

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