#690623

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

Shades of Burgundy #690623

Tints of Burgundy #690623

Color information

#690623 (or 0x690623) is unknown color: approx Burgundy. HEX triplet: 69, 06 and 23. RGB value is (105,6,35). Sum of RGB (Red+Green+Blue) = 105+6+35=146 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.92% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 105 - color contains mainly: red. Hex color #690623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690623 is #96F9DC. Grayscale: #262626. Windows color (decimal): -9894365 or 2295401. OLE color: 2295401.

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

Color convert

RGB105635-
CMYK00.940.670.59
HSL342.42º89.19%21.76%-
HSV(B)342.42º94.29%41.18%-
XYZ6.193.251.89-
YUV38.91125.8175.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 71.92%
GREEN value IS 6 (2.73% from 255) = 4.11%
BLUE value IS 35 (14.06% from 255) = 23.97%
R=71.92%
G=4.11%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10563500.940.670.59342.4289.1921.76
Hex6962305E433B1565916
Octal15164301361037352613126
Binary1101001110100011010111101000011111011101010110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690623; }

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

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

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

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

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

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

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

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