#690610

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

Shades of Burgundy #690610

Tints of Burgundy #690610

Color information

#690610 (or 0x690610) is unknown color: approx Burgundy. HEX triplet: 69, 06 and 10. RGB value is (105,6,16). Sum of RGB (Red+Green+Blue) = 105+6+16=127 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.68% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 105 - color contains mainly: red. Hex color #690610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690610 is #96F9EF. Grayscale: #242424. Windows color (decimal): -9894384 or 1050217. OLE color: 1050217.

HSL color Cylindrical-coordinate representation of color #690610: hue angle of 353.94º 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 #690610 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB105616-
CMYK00.940.850.59
HSL353.94º89.19%21.76%-
HSV(B)353.94º94.29%41.18%-
XYZ5.983.170.79-
YUV36.74116.3176.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 82.68%
GREEN value IS 6 (2.73% from 255) = 4.72%
BLUE value IS 16 (6.64% from 255) = 12.60%
R=82.68%
G=4.72%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10561600.940.850.59353.9489.1921.76
Hex6961005E553B1625916
Octal15162001361257354213126
Binary110100111010000010111101010101111011101100010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690610; }

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

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

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

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

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

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

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

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