#610806

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

Shades of Maroon #610806

Tints of Maroon #610806

Color information

#610806 (or 0x610806) is unknown color: approx Maroon. HEX triplet: 61, 08 and 06. RGB value is (97,8,6). Sum of RGB (Red+Green+Blue) = 97+8+6=111 (14% of max value = 765). Red value is 97 (38.28% from 255 or 87.39% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 97 - color contains mainly: red. Hex color #610806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610806 is #9EF7F9. Grayscale: #222222. Windows color (decimal): -10418170 or 395361. OLE color: 395361.

HSL color Cylindrical-coordinate representation of color #610806: hue angle of 1.32º 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 #610806 is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB9786-
CMYK00.920.940.62
HSL1.32º88.35%20.2%-
HSV(B)1.32º93.81%38.04%-
XYZ5.052.730.43-
YUV34.38111.99172.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 87.39%
GREEN value IS 8 (3.52% from 255) = 7.21%
BLUE value IS 6 (2.73% from 255) = 5.41%
R=87.39%
G=7.21%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal978600.920.940.621.3288.3520.2
Hex618605C5E3E15814
Octal141106013413676113024
Binary110000110001100101110010111101111101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610806; }

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

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

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

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

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

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

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

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