#611106

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

Shades of Red Oxide #611106

Tints of Red Oxide #611106

Color information

#611106 (or 0x611106) is unknown color: approx Red Oxide. HEX triplet: 61, 11 and 06. RGB value is (97,17,6). Sum of RGB (Red+Green+Blue) = 97+17+6=120 (15% of max value = 765). Red value is 97 (38.28% from 255 or 80.83% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 97 - color contains mainly: red. Hex color #611106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611106 is #9EEEF9. Grayscale: #272727. Windows color (decimal): -10415866 or 397665. OLE color: 397665.

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

Color convert

RGB97176-
CMYK00.820.940.62
HSL7.25º88.35%20.2%-
HSV(B)7.25º93.81%38.04%-
XYZ5.162.960.47-
YUV39.67109168.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 80.83%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 6 (2.73% from 255) = 5%
R=80.83%
G=14.17%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9717600.820.940.627.2588.3520.2
Hex611160525E3E75814
Octal141216012213676713024
Binary110000110001110010100101011110111110111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611106; }

 p { color: rgb(97,17,6); }

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

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

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

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

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

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

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