#601205

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

Shades of Red Oxide #601205

Tints of Red Oxide #601205

Color information

#601205 (or 0x601205) is unknown color: approx Red Oxide. HEX triplet: 60, 12 and 05. RGB value is (96,18,5). Sum of RGB (Red+Green+Blue) = 96+18+5=119 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80.67% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 96 - color contains mainly: red. Hex color #601205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601205 is #9FEDFA. Grayscale: #272727. Windows color (decimal): -10481147 or 332384. OLE color: 332384.

HSL color Cylindrical-coordinate representation of color #601205: hue angle of 8.57º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #601205 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB96185-
CMYK00.810.950.62
HSL8.57º90.1%19.8%-
HSV(B)8.57º94.79%37.65%-
XYZ5.072.930.44-
YUV39.84108.34168.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 80.67%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 5 (2.34% from 255) = 4.20%
R=80.67%
G=15.13%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9618500.810.950.628.5790.119.8
Hex601250515F3E95a14
Octal1402250121137761113224
Binary1100000100101010101000110111111111101001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601205; }

 p { color: rgb(96,18,5); }

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

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

 a { background-color: rgb(96,18,5); }

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

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

 span { border-color: rgb(96,18,5); }

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