#601911

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

Shades of Red Oxide #601911

Tints of Red Oxide #601911

Color information

#601911 (or 0x601911) is unknown color: approx Red Oxide. HEX triplet: 60, 19 and 11. RGB value is (96,25,17). Sum of RGB (Red+Green+Blue) = 96+25+17=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #601911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601911 is #9FE6EE. Grayscale: #2D2D2D. Windows color (decimal): -10479343 or 1120608. OLE color: 1120608.

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

Color convert

RGB962517-
CMYK00.740.820.62
HSL6.08º69.91%22.16%-
HSV(B)6.08º82.29%37.65%-
XYZ5.273.220.87-
YUV45.32112.02164.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.57%
GREEN value IS 25 (10.16% from 255) = 18.12%
BLUE value IS 17 (7.03% from 255) = 12.32%
R=69.57%
G=18.12%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96251700.740.820.626.0869.9122.16
Hex60191104A523E64616
Octal1403121011212276610626
Binary11000001100110001010010101010010111110110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601911; }

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

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

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

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

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

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

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

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