#761106

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

Shades of Maroon #761106

Tints of Maroon #761106

Color information

#761106 (or 0x761106) is unknown color: approx Maroon. HEX triplet: 76, 11 and 06. RGB value is (118,17,6). Sum of RGB (Red+Green+Blue) = 118+17+6=141 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.69% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 118 - color contains mainly: red. Hex color #761106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761106 is #89EEF9. Grayscale: #2E2E2E. Windows color (decimal): -9039610 or 397686. OLE color: 397686.

HSL color Cylindrical-coordinate representation of color #761106: hue angle of 5.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #761106 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB118176-
CMYK00.860.950.54
HSL5.89º90.32%24.31%-
HSV(B)5.89º94.92%46.27%-
XYZ7.74.270.59-
YUV45.94105.46179.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 83.69%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 6 (2.73% from 255) = 4.26%
R=83.69%
G=12.06%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11817600.860.950.545.8990.3224.31
Hex761160565F3665a18
Octal166216012613766613230
Binary111011010001110010101101011111110110110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761106; }

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

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

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

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

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

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

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

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