Html Css Color HEX #761006 Maroon

📋 copy color: '#761006'

red 118 ◦ green 16 ◦ blue 6

#761006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #761006

Tints of Maroon #761006

RGB

 RED value IS 118 (46.48% from 255) = 84.29%

 GREEN value IS 16 (6.64% from 255) = 11.43%

 BLUE value IS 6 (2.73% from 255) = 4.29%

R = 84.29%
G = 11.43%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#761006 (or 0x761006) is known color: Maroon. HEX triplet: 76, 10 and 06. RGB value is (118,16,6). Sum of RGB (Red+Green+Blue) = 118+16+6=140 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.29% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 118 - color contains mainly: red. Hex color #761006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761006 is #89EFF9. Grayscale: #2D2D2D. Windows color (decimal): -9039866 or 397430. OLE color: 397430.

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

Color convert

RGB 118 16 6 -
CMYK 0 0.86 0.95 0.54
HSL 5.36º 0.9% 0.24% -
HSV(B) 5.36º 0.95% 0.46% -
XYZ 7.69 4.24 0.58 -
YUV 45.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 118 16 6 0 0.86 0.95 0.54 5.36 0.9 0.24
Hex 76 10 6 0 56 5F 36 5 5A 18
Octal 166 20 6 0 126 137 66 5 132 30
Binary 1110110 10000 110 0 1010110 1011111 110110 101 1011010 11000

Color Harmonies of #761006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761006

Black with #761006

Text Example


Text Example

White with #761006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761006; }

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

 H1.HeaderClassName
 {
   color: #761006;
 }
 .AnyTagClassName
 {
   color: #761006;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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