#6B061E

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

Shades of Burgundy #6B061E

Tints of Burgundy #6B061E

Color information

#6B061E (or 0x6B061E) is unknown color: approx Burgundy. HEX triplet: 6B, 06 and 1E. RGB value is (107,6,30). Sum of RGB (Red+Green+Blue) = 107+6+30=143 (18% of max value = 765). Red value is 107 (42.19% from 255 or 74.83% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 107 - color contains mainly: red. Hex color #6B061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B061E is #94F9E1. Grayscale: #262626. Windows color (decimal): -9763298 or 1967723. OLE color: 1967723.

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

Color convert

RGB107630-
CMYK00.940.720.58
HSL345.74º89.38%22.16%-
HSV(B)345.74º94.39%41.96%-
XYZ6.363.351.54-
YUV38.94122.96176.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 74.83%
GREEN value IS 6 (2.73% from 255) = 4.20%
BLUE value IS 30 (12.11% from 255) = 20.98%
R=74.83%
G=4.20%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10763000.940.720.58345.7489.3822.16
Hex6B61E05E483A15a5916
Octal15363601361107253213126
Binary110101111011110010111101001000111010101011010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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