#690807

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

Shades of Maroon #690807

Tints of Maroon #690807

Color information

#690807 (or 0x690807) is unknown color: approx Maroon. HEX triplet: 69, 08 and 07. RGB value is (105,8,7). Sum of RGB (Red+Green+Blue) = 105+8+7=120 (15% of max value = 765). Red value is 105 (41.41% from 255 or 87.5% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 105 - color contains mainly: red. Hex color #690807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690807 is #96F7F8. Grayscale: #242424. Windows color (decimal): -9893881 or 460905. OLE color: 460905.

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

Color convert

RGB10587-
CMYK00.920.930.59
HSL0.61º87.5%21.96%-
HSV(B)0.61º93.33%41.18%-
XYZ5.953.190.5-
YUV36.89111.14176.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 87.5%
GREEN value IS 8 (3.52% from 255) = 6.67%
BLUE value IS 7 (3.12% from 255) = 5.83%
R=87.5%
G=6.67%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1058700.920.930.590.6187.521.96
Hex698705C5D3B15816
Octal151107013413573113026
Binary110100110001110101110010111011110111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690807; }

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

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

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

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

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

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

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

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