#6C000A

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

Shades of Burgundy #6C000A

Tints of Burgundy #6C000A

Color information

#6C000A (or 0x6C000A) is unknown color: approx Burgundy. HEX triplet: 6C, 00 and 0A. RGB value is (108,0,10). Sum of RGB (Red+Green+Blue) = 108+0+10=118 (15% of max value = 765). Red value is 108 (42.58% from 255 or 91.53% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 108 - color contains mainly: red. Hex color #6C000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C000A is #93FFF5. Grayscale: #212121. Windows color (decimal): -9699318 or 655468. OLE color: 655468.

HSL color Cylindrical-coordinate representation of color #6C000A: hue angle of 354.44º 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 #6C000A is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.58.

Color convert

RGB108010-
CMYK010.910.58
HSL354.44º100%21.18%-
HSV(B)354.44º100%42.35%-
XYZ6.243.210.58-
YUV33.43114.78181.19-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 91.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 8.47%
R=91.53%
G=0%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108010010.910.58354.4410021.18
Hex6C0A0645B3A1626415
Octal15401201441337254214425
Binary110110001010011001001011011111010101100010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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