#690A07

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

Shades of Maroon #690A07

Tints of Maroon #690A07

Color information

#690A07 (or 0x690A07) is unknown color: approx Maroon. HEX triplet: 69, 0A and 07. RGB value is (105,10,7). Sum of RGB (Red+Green+Blue) = 105+10+7=122 (16% of max value = 765). Red value is 105 (41.41% from 255 or 86.07% from 122); Green value is 10 (4.30% from 255 or 8.20% from 122); Blue value is 7 (3.12% from 255 or 5.74% from 122); Max value from RGB is 105 - color contains mainly: red. Hex color #690A07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690A07 is #96F5F8. Grayscale: #262626. Windows color (decimal): -9893369 or 461417. OLE color: 461417.

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

Color convert

RGB105107-
CMYK00.900.930.59
HSL1.84º87.5%21.96%-
HSV(B)1.84º93.33%41.18%-
XYZ5.973.240.51-
YUV38.06110.47175.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 86.07%
GREEN value IS 10 (4.30% from 255) = 8.20%
BLUE value IS 7 (3.12% from 255) = 5.74%
R=86.07%
G=8.20%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510700.900.930.591.8487.521.96
Hex69A705A5D3B25816
Octal151127013213573213026
Binary1101001101011101011010101110111101110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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