#690E07

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

Shades of Maroon #690E07

Tints of Maroon #690E07

Color information

#690E07 (or 0x690E07) is unknown color: approx Maroon. HEX triplet: 69, 0E and 07. RGB value is (105,14,7). Sum of RGB (Red+Green+Blue) = 105+14+7=126 (16% of max value = 765). Red value is 105 (41.41% from 255 or 83.33% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 105 - color contains mainly: red. Hex color #690E07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690E07 is #96F1F8. Grayscale: #282828. Windows color (decimal): -9892345 or 462441. OLE color: 462441.

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

Color convert

RGB105147-
CMYK00.870.930.59
HSL4.29º87.5%21.96%-
HSV(B)4.29º93.33%41.18%-
XYZ6.023.330.53-
YUV40.41109.15174.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 83.33%
GREEN value IS 14 (5.86% from 255) = 11.11%
BLUE value IS 7 (3.12% from 255) = 5.56%
R=83.33%
G=11.11%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10514700.870.930.594.2987.521.96
Hex69E70575D3B45816
Octal151167012713573413026
Binary11010011110111010101111011101111011100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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