#6B070C

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

Shades of Burgundy #6B070C

Tints of Burgundy #6B070C

Color information

#6B070C (or 0x6B070C) is unknown color: approx Burgundy. HEX triplet: 6B, 07 and 0C. RGB value is (107,7,12). Sum of RGB (Red+Green+Blue) = 107+7+12=126 (16% of max value = 765). Red value is 107 (42.19% from 255 or 84.92% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 107 - color contains mainly: red. Hex color #6B070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B070C is #94F8F3. Grayscale: #252525. Windows color (decimal): -9763060 or 788331. OLE color: 788331.

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

Color convert

RGB107712-
CMYK00.930.890.58
HSL357º87.72%22.35%-
HSV(B)357º93.46%41.96%-
XYZ6.213.30.66-
YUV37.47113.63177.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 84.92%
GREEN value IS 7 (3.12% from 255) = 5.56%
BLUE value IS 12 (5.08% from 255) = 9.52%
R=84.92%
G=5.56%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10771200.930.890.5835787.7222.35
Hex6B7C05D593A1655816
Octal15371401351317254513026
Binary11010111111100010111011011001111010101100101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,7,12); }

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

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

 a { background-color: rgb(107,7,12); }

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

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

 span { border-color: rgb(107,7,12); }

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