#601C11

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

Shades of Red Oxide #601C11

Tints of Red Oxide #601C11

Color information

#601C11 (or 0x601C11) is unknown color: approx Red Oxide. HEX triplet: 60, 1C and 11. RGB value is (96,28,17). Sum of RGB (Red+Green+Blue) = 96+28+17=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #601C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601C11 is #9FE3EE. Grayscale: #2F2F2F. Windows color (decimal): -10478575 or 1121376. OLE color: 1121376.

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

Color convert

RGB962817-
CMYK00.710.820.62
HSL8.35º69.91%22.16%-
HSV(B)8.35º82.29%37.65%-
XYZ5.343.360.9-
YUV47.08111.03162.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 68.09%
GREEN value IS 28 (11.33% from 255) = 19.86%
BLUE value IS 17 (7.03% from 255) = 12.06%
R=68.09%
G=19.86%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96281700.710.820.628.3569.9122.16
Hex601C11047523E84616
Octal14034210107122761010626
Binary110000011100100010100011110100101111101000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601C11; }

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

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

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

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

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

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

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

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