Html Css Color HEX #6C0811 Burgundy

📋 copy color: '#6C0811'

red 108 ◦ green 8 ◦ blue 17

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

Shades of Burgundy #6C0811

Tints of Burgundy #6C0811

RGB

 RED value IS 108 (42.58% from 255) = 81.2%

 GREEN value IS 8 (3.52% from 255) = 6.02%

 BLUE value IS 17 (7.03% from 255) = 12.78%

R = 81.2%
G = 6.02%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.58

RGB Variations

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

Color information

#6C0811 (or 0x6C0811) is known color: Burgundy. HEX triplet: 6C, 08 and 11. RGB value is (108,8,17). Sum of RGB (Red+Green+Blue) = 108+8+17=133 (17% of max value = 765). Red value is 108 (42.58% from 255 or 81.20% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0811 is #93F7EE. Grayscale: #262626. Windows color (decimal): -9697263 or 1116268. OLE color: 1116268.

HSL color Cylindrical-coordinate representation of color #6C0811: hue angle of 354.6º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C0811 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 8 17 -
CMYK 0 0.93 0.84 0.58
HSL 354.6º 0.86% 0.23% -
HSV(B) 354.6º 0.93% 0.42% -
XYZ 6.37 3.4 0.85 -
YUV 38.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 108 8 17 0 0.93 0.84 0.58 354.6 0.86 0.23
Hex 6C 8 11 0 5D 54 3A 163 56 17
Octal 154 10 21 0 135 124 72 543 126 27
Binary 1101100 1000 10001 0 1011101 1010100 111010 101100011 1010110 10111

Color Harmonies of #6C0811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0811

Black with #6C0811

Text Example


Text Example

White with #6C0811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,8,17); }

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

background-color css

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

 a { background-color: rgb(108,8,17); }

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

border-color css

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

 span { border-color: rgb(108,8,17); }

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