#601616

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

Shades of Red Oxide #601616

Tints of Red Oxide #601616

Color information

#601616 (or 0x601616) is unknown color: approx Red Oxide. HEX triplet: 60, 16 and 16. RGB value is (96,22,22). Sum of RGB (Red+Green+Blue) = 96+22+22=140 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.57% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 96 - color contains mainly: red. Hex color #601616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601616 is #9FE9E9. Grayscale: #2C2C2C. Windows color (decimal): -10480106 or 1447520. OLE color: 1447520.

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

Color convert

RGB962222-
CMYK00.770.770.62
HSL62.71%23.14%-
HSV(B)77.08%37.65%-
XYZ5.263.121.08-
YUV44.13115.52165-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 68.57%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 22 (8.98% from 255) = 15.71%
R=68.57%
G=15.71%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96222200.770.770.62062.7123.14
Hex60161604D4D3E03f17
Octal140262601151157607727
Binary11000001011010110010011011001101111110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601616; }

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

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

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

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

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

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

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

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