#6C062A

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

Shades of Burgundy #6C062A

Tints of Burgundy #6C062A

Color information

#6C062A (or 0x6C062A) is unknown color: approx Burgundy. HEX triplet: 6C, 06 and 2A. RGB value is (108,6,42). Sum of RGB (Red+Green+Blue) = 108+6+42=156 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.23% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 108 - color contains mainly: red. Hex color #6C062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C062A is #93F9D5. Grayscale: #282828. Windows color (decimal): -9697750 or 2754156. OLE color: 2754156.

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

Color convert

RGB108642-
CMYK00.940.610.58
HSL338.82º89.47%22.35%-
HSV(B)338.82º94.44%42.35%-
XYZ6.673.492.51-
YUV40.6128.79176.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 69.23%
GREEN value IS 6 (2.73% from 255) = 3.85%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=69.23%
G=3.85%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10864200.940.610.58338.8289.4722.35
Hex6C62A05E3D3A1535916
Octal1546520136757252313126
Binary110110011010101001011110111101111010101010011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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