#6C061B

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

Shades of Burgundy #6C061B

Tints of Burgundy #6C061B

Color information

#6C061B (or 0x6C061B) is unknown color: approx Burgundy. HEX triplet: 6C, 06 and 1B. RGB value is (108,6,27). Sum of RGB (Red+Green+Blue) = 108+6+27=141 (18% of max value = 765). Red value is 108 (42.58% from 255 or 76.60% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 108 - color contains mainly: red. Hex color #6C061B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C061B is #93F9E4. Grayscale: #262626. Windows color (decimal): -9697765 or 1771116. OLE color: 1771116.

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

Color convert

RGB108627-
CMYK00.940.750.58
HSL347.65º89.47%22.35%-
HSV(B)347.65º94.44%42.35%-
XYZ6.453.41.35-
YUV38.89121.29177.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 76.60%
GREEN value IS 6 (2.73% from 255) = 4.26%
BLUE value IS 27 (10.94% from 255) = 19.15%
R=76.60%
G=4.26%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10862700.940.750.58347.6589.4722.35
Hex6C61B05E4B3A15c5916
Octal15463301361137253413126
Binary110110011011011010111101001011111010101011100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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