Html Css Color HEX #660806 Maroon

📋 copy color: '#660806'

red 102 ◦ green 8 ◦ blue 6

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

Shades of Maroon #660806

Tints of Maroon #660806

RGB

 RED value IS 102 (40.23% from 255) = 87.93%

 GREEN value IS 8 (3.52% from 255) = 6.9%

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

R = 87.93%
G = 6.9%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.6

RGB Variations

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

Color information

#660806 (or 0x660806) is known color: Maroon. HEX triplet: 66, 08 and 06. RGB value is (102,8,6). Sum of RGB (Red+Green+Blue) = 102+8+6=116 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.93% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 6 (2.73% from 255 or 5.17% from 116); Max value from RGB is 102 - color contains mainly: red. Hex color #660806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660806 is #99F7F9. Grayscale: #232323. Windows color (decimal): -10090490 or 395366. OLE color: 395366.

HSL color Cylindrical-coordinate representation of color #660806: hue angle of 1.25º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660806 is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 8 6 -
CMYK 0 0.92 0.94 0.6
HSL 1.25º 0.89% 0.21% -
HSV(B) 1.25º 0.94% 0.4% -
XYZ 5.6 3.01 0.46 -
YUV 35.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 102 8 6 0 0.92 0.94 0.6 1.25 0.89 0.21
Hex 66 8 6 0 5C 5E 3C 1 59 15
Octal 146 10 6 0 134 136 74 1 131 25
Binary 1100110 1000 110 0 1011100 1011110 111100 1 1011001 10101

Color Harmonies of #660806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660806

Black with #660806

Text Example


Text Example

White with #660806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660806; }

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

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

background-color css

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

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

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

border-color css

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

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

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