#611A16

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

Shades of Red Oxide #611A16

Tints of Red Oxide #611A16

Color information

#611A16 (or 0x611A16) is unknown color: approx Red Oxide. HEX triplet: 61, 1A and 16. RGB value is (97,26,22). Sum of RGB (Red+Green+Blue) = 97+26+22=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #611A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611A16 is #9EE5E9. Grayscale: #2E2E2E. Windows color (decimal): -10413546 or 1448545. OLE color: 1448545.

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

Color convert

RGB972622-
CMYK00.730.770.62
HSL3.2º63.03%23.33%-
HSV(B)3.2º77.32%38.04%-
XYZ5.443.341.12-
YUV46.77114.02163.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.90%
GREEN value IS 26 (10.55% from 255) = 17.93%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=66.90%
G=17.93%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97262200.730.770.623.263.0323.33
Hex611A160494D3E33f17
Octal141322601111157637727
Binary110000111010101100100100110011011111101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611A16; }

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

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

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

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

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

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

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

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