#760606

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

Shades of Maroon #760606

Tints of Maroon #760606

Color information

#760606 (or 0x760606) is unknown color: approx Maroon. HEX triplet: 76, 06 and 06. RGB value is (118,6,6). Sum of RGB (Red+Green+Blue) = 118+6+6=130 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.77% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 118 - color contains mainly: red. Hex color #760606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760606 is #89F9F9. Grayscale: #272727. Windows color (decimal): -9042426 or 394870. OLE color: 394870.

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

Color convert

RGB11866-
CMYK00.950.950.54
HSL90.32%24.31%-
HSV(B)94.92%46.27%-
XYZ7.573.990.54-
YUV39.49109.11184-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 90.77%
GREEN value IS 6 (2.73% from 255) = 4.62%
BLUE value IS 6 (2.73% from 255) = 4.62%
R=90.77%
G=4.62%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186600.950.950.54090.3224.31
Hex766605F5F3605a18
Octal16666013713766013230
Binary11101101101100101111110111111101100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760606; }

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

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

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

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

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

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

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

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