#660106

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

Shades of Burgundy #660106

Tints of Burgundy #660106

Color information

#660106 (or 0x660106) is unknown color: approx Burgundy. HEX triplet: 66, 01 and 06. RGB value is (102,1,6). Sum of RGB (Red+Green+Blue) = 102+1+6=109 (14% of max value = 765). Red value is 102 (40.23% from 255 or 93.58% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 102 - color contains mainly: red. Hex color #660106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660106 is #99FEF9. Grayscale: #1F1F1F. Windows color (decimal): -10092282 or 393574. OLE color: 393574.

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

Color convert

RGB10216-
CMYK00.990.940.6
HSL357.03º98.06%20.2%-
HSV(B)357.03º99.02%40%-
XYZ5.522.860.43-
YUV31.77113.46178.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 93.58%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 6 (2.73% from 255) = 5.50%
R=93.58%
G=0.92%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021600.990.940.6357.0398.0620.2
Hex66160635E3C1656214
Octal1461601431367454514224
Binary11001101110011000111011110111100101100101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660106; }

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

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

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

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

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

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

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

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