#6C000B

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

Shades of Burgundy #6C000B

Tints of Burgundy #6C000B

Color information

#6C000B (or 0x6C000B) is unknown color: approx Burgundy. HEX triplet: 6C, 00 and 0B. RGB value is (108,0,11). Sum of RGB (Red+Green+Blue) = 108+0+11=119 (15% of max value = 765). Red value is 108 (42.58% from 255 or 90.76% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 108 - color contains mainly: red. Hex color #6C000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C000B is #93FFF4. Grayscale: #212121. Windows color (decimal): -9699317 or 721004. OLE color: 721004.

HSL color Cylindrical-coordinate representation of color #6C000B: hue angle of 353.89º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C000B is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB108011-
CMYK010.900.58
HSL353.89º100%21.18%-
HSV(B)353.89º100%42.35%-
XYZ6.243.210.61-
YUV33.55115.28181.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 90.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 9.24%
R=90.76%
G=0%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108011010.900.58353.8910021.18
Hex6C0B0645A3A1626415
Octal15401301441327254214425
Binary110110001011011001001011010111010101100010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,0,11); }

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

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

 a { background-color: rgb(108,0,11); }

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

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

 span { border-color: rgb(108,0,11); }

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