#690E06

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

Shades of Maroon #690E06

Tints of Maroon #690E06

Color information

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

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

Color convert

RGB105146-
CMYK00.870.940.59
HSL4.85º89.19%21.76%-
HSV(B)4.85º94.29%41.18%-
XYZ6.023.330.5-
YUV40.3108.65174.15-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10514600.870.940.594.8589.1921.76
Hex69E60575E3B55916
Octal151166012713673513126
Binary11010011110110010101111011110111011101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690E06; }

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

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

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

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

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

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

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

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