#611616

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

Shades of Red Oxide #611616

Tints of Red Oxide #611616

Color information

#611616 (or 0x611616) is unknown color: approx Red Oxide. HEX triplet: 61, 16 and 16. RGB value is (97,22,22). Sum of RGB (Red+Green+Blue) = 97+22+22=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #611616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611616 is #9EE9E9. Grayscale: #2C2C2C. Windows color (decimal): -10414570 or 1447521. OLE color: 1447521.

HSL color Cylindrical-coordinate representation of color #611616: 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 #611616 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB972222-
CMYK00.770.770.62
HSL63.03%23.33%-
HSV(B)77.32%38.04%-
XYZ5.363.171.09-
YUV44.42115.35165.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.79%
GREEN value IS 22 (8.98% from 255) = 15.60%
BLUE value IS 22 (8.98% from 255) = 15.60%
R=68.79%
G=15.60%
B=15.60%

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
Decimal97222200.770.770.62063.0323.33
Hex61161604D4D3E03f17
Octal141262601151157607727
Binary11000011011010110010011011001101111110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611616; }

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

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

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

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

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

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

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

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