#69060E

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

Shades of Burgundy #69060E

Tints of Burgundy #69060E

Color information

#69060E (or 0x69060E) is unknown color: approx Burgundy. HEX triplet: 69, 06 and 0E. RGB value is (105,6,14). Sum of RGB (Red+Green+Blue) = 105+6+14=125 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 105 - color contains mainly: red. Hex color #69060E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69060E is #96F9F1. Grayscale: #242424. Windows color (decimal): -9894386 or 919145. OLE color: 919145.

HSL color Cylindrical-coordinate representation of color #69060E: hue angle of 355.15º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69060E is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB105614-
CMYK00.940.870.59
HSL355.15º89.19%21.76%-
HSV(B)355.15º94.29%41.18%-
XYZ5.973.170.71-
YUV36.51115.3176.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 84%
GREEN value IS 6 (2.73% from 255) = 4.8%
BLUE value IS 14 (5.86% from 255) = 11.2%
R=84%
G=4.8%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10561400.940.870.59355.1589.1921.76
Hex696E05E573B1635916
Octal15161601361277354313126
Binary11010011101110010111101010111111011101100011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69060E; }

 p { color: rgb(105,6,14); }

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

<style>
 a { background-color: #69060E; }

 a { background-color: rgb(105,6,14); }

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

<style>
 span { border-color: #69060E; }

 span { border-color: rgb(105,6,14); }

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