Html Css Color HEX #660206 Burgundy

📋 copy color: '#660206'

red 102 ◦ green 2 ◦ blue 6

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

Shades of Burgundy #660206

Tints of Burgundy #660206

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.82%

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

R = 92.73%
G = 1.82%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.6

RGB Variations

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

Color information

#660206 (or 0x660206) is known color: Burgundy. HEX triplet: 66, 02 and 06. RGB value is (102,2,6). Sum of RGB (Red+Green+Blue) = 102+2+6=110 (14% of max value = 765). Red value is 102 (40.23% from 255 or 92.73% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 102 - color contains mainly: red. Hex color #660206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660206 is #99FDF9. Grayscale: #202020. Windows color (decimal): -10092026 or 393830. OLE color: 393830.

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

Color convert

RGB 102 2 6 -
CMYK 0 0.98 0.94 0.6
HSL 357.6º 0.96% 0.2% -
HSV(B) 357.6º 0.98% 0.4% -
XYZ 5.53 2.88 0.44 -
YUV 32.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 102 2 6 0 0.98 0.94 0.6 357.6 0.96 0.2
Hex 66 2 6 0 62 5E 3C 166 60 14
Octal 146 2 6 0 142 136 74 546 140 24
Binary 1100110 10 110 0 1100010 1011110 111100 101100110 1100000 10100

Color Harmonies of #660206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660206

Black with #660206

Text Example


Text Example

White with #660206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660206; }

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

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

background-color css

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

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

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

border-color css

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

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

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