#690904

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

Shades of Maroon #690904

Tints of Maroon #690904

Color information

#690904 (or 0x690904) is unknown color: approx Maroon. HEX triplet: 69, 09 and 04. RGB value is (105,9,4). Sum of RGB (Red+Green+Blue) = 105+9+4=118 (15% of max value = 765). Red value is 105 (41.41% from 255 or 88.98% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 105 - color contains mainly: red. Hex color #690904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690904 is #96F6FB. Grayscale: #252525. Windows color (decimal): -9893628 or 264553. OLE color: 264553.

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

Color convert

RGB10594-
CMYK00.910.960.59
HSL2.97º92.66%21.37%-
HSV(B)2.97º96.19%41.18%-
XYZ5.953.210.42-
YUV37.13109.3176.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 88.98%
GREEN value IS 9 (3.91% from 255) = 7.63%
BLUE value IS 4 (1.95% from 255) = 3.39%
R=88.98%
G=7.63%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059400.910.960.592.9792.6621.37
Hex699405B603B35d15
Octal151114013314073313525
Binary1101001100110001011011110000011101111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690904; }

 p { color: rgb(105,9,4); }

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

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

 a { background-color: rgb(105,9,4); }

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

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

 span { border-color: rgb(105,9,4); }

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