#690802

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

Shades of Maroon #690802

Tints of Maroon #690802

Color information

#690802 (or 0x690802) is unknown color: approx Maroon. HEX triplet: 69, 08 and 02. RGB value is (105,8,2). Sum of RGB (Red+Green+Blue) = 105+8+2=115 (15% of max value = 765). Red value is 105 (41.41% from 255 or 91.30% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 105 - color contains mainly: red. Hex color #690802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690802 is #96F7FD. Grayscale: #242424. Windows color (decimal): -9893886 or 133225. OLE color: 133225.

HSL color Cylindrical-coordinate representation of color #690802: hue angle of 3.5º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690802 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB10582-
CMYK00.920.980.59
HSL3.5º96.26%20.98%-
HSV(B)3.5º98.1%41.18%-
XYZ5.923.180.36-
YUV36.32108.64176.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 91.30%
GREEN value IS 8 (3.52% from 255) = 6.96%
BLUE value IS 2 (1.17% from 255) = 1.74%
R=91.30%
G=6.96%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1058200.920.980.593.596.2620.98
Hex698205C623B36015
Octal151102013414273314025
Binary110100110001001011100110001011101111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690802; }

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

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

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

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

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

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

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

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