#601604

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

Shades of Red Oxide #601604

Tints of Red Oxide #601604

Color information

#601604 (or 0x601604) is unknown color: approx Red Oxide. HEX triplet: 60, 16 and 04. RGB value is (96,22,4). Sum of RGB (Red+Green+Blue) = 96+22+4=122 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.69% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 96 - color contains mainly: red. Hex color #601604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601604 is #9FE9FB. Grayscale: #2A2A2A. Windows color (decimal): -10480124 or 267872. OLE color: 267872.

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

Color convert

RGB96224-
CMYK00.770.960.62
HSL11.74º92%19.61%-
HSV(B)11.74º95.83%37.65%-
XYZ5.133.070.44-
YUV42.07106.52166.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 78.69%
GREEN value IS 22 (8.98% from 255) = 18.03%
BLUE value IS 4 (1.95% from 255) = 3.28%
R=78.69%
G=18.03%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9622400.770.960.6211.749219.61
Hex6016404D603Ec5c14
Octal1402640115140761413424
Binary1100000101101000100110111000001111101100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601604; }

 p { color: rgb(96,22,4); }

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

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

 a { background-color: rgb(96,22,4); }

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

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

 span { border-color: rgb(96,22,4); }

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