#601711

Color #601711 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #601711

Tints of Red Oxide #601711

Color information

#601711 (or 0x601711) is unknown color: approx Red Oxide. HEX triplet: 60, 17 and 11. RGB value is (96,23,17). Sum of RGB (Red+Green+Blue) = 96+23+17=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #601711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601711 is #9FE8EE. Grayscale: #2C2C2C. Windows color (decimal): -10479855 or 1120096. OLE color: 1120096.

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

Color convert

RGB962317-
CMYK00.760.820.62
HSL4.56º69.91%22.16%-
HSV(B)4.56º82.29%37.65%-
XYZ5.233.140.86-
YUV44.14112.68164.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 70.59%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 17 (7.03% from 255) = 12.5%
R=70.59%
G=16.91%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96231700.760.820.624.5669.9122.16
Hex60171104C523E54616
Octal1402721011412276510626
Binary11000001011110001010011001010010111110101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601711; }

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

 H1.HeaderClassName
 {
   color: #601711;
 }
 .AnyTagClassName
 {
   color: #601711;
 }
</style>
background-color css

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

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

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

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

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

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