#6B061C

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

Shades of Burgundy #6B061C

Tints of Burgundy #6B061C

Color information

#6B061C (or 0x6B061C) is unknown color: approx Burgundy. HEX triplet: 6B, 06 and 1C. RGB value is (107,6,28). Sum of RGB (Red+Green+Blue) = 107+6+28=141 (18% of max value = 765). Red value is 107 (42.19% from 255 or 75.89% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 107 - color contains mainly: red. Hex color #6B061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B061C is #94F9E3. Grayscale: #262626. Windows color (decimal): -9763300 or 1836651. OLE color: 1836651.

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

Color convert

RGB107628-
CMYK00.940.740.58
HSL346.93º89.38%22.16%-
HSV(B)346.93º94.39%41.96%-
XYZ6.343.341.41-
YUV38.71121.96176.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 75.89%
GREEN value IS 6 (2.73% from 255) = 4.26%
BLUE value IS 28 (11.33% from 255) = 19.86%
R=75.89%
G=4.26%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10762800.940.740.58346.9389.3822.16
Hex6B61C05E4A3A15b5916
Octal15363401361127253313126
Binary110101111011100010111101001010111010101011011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,6,28); }

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

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

 a { background-color: rgb(107,6,28); }

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

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

 span { border-color: rgb(107,6,28); }

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