#6C0306

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

Shades of Burgundy #6C0306

Tints of Burgundy #6C0306

Color information

#6C0306 (or 0x6C0306) is unknown color: approx Burgundy. HEX triplet: 6C, 03 and 06. RGB value is (108,3,6). Sum of RGB (Red+Green+Blue) = 108+3+6=117 (15% of max value = 765). Red value is 108 (42.58% from 255 or 92.31% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 6 (2.73% from 255 or 5.13% from 117); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0306 is #93FCF9. Grayscale: #222222. Windows color (decimal): -9698554 or 394092. OLE color: 394092.

HSL color Cylindrical-coordinate representation of color #6C0306: hue angle of 358.29º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C0306 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB10836-
CMYK00.970.940.58
HSL358.29º94.59%21.76%-
HSV(B)358.29º97.22%42.35%-
XYZ6.253.270.47-
YUV34.74111.79180.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 92.31%
GREEN value IS 3 (1.56% from 255) = 2.56%
BLUE value IS 6 (2.73% from 255) = 5.13%
R=92.31%
G=2.56%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1083600.970.940.58358.2994.5921.76
Hex6C360615E3A1665f16
Octal1543601411367254613726
Binary110110011110011000011011110111010101100110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C0306; }

 p { color: rgb(108,3,6); }

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

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

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

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

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

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

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