#601811

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

Shades of Red Oxide #601811

Tints of Red Oxide #601811

Color information

#601811 (or 0x601811) is unknown color: approx 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

RGB962417-
CMYK00.750.820.62
HSL5.32º69.91%22.16%-
HSV(B)5.32º82.29%37.65%-
XYZ5.253.180.87-
YUV44.73112.35164.57-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96241700.750.820.625.3269.9122.16
Hex60181104B523E54616
Octal1403021011312276510626
Binary11000001100010001010010111010010111110101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>