#690A04

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

Shades of Maroon #690A04

Tints of Maroon #690A04

Color information

#690A04 (or 0x690A04) is unknown color: approx Maroon. HEX triplet: 69, 0A and 04. RGB value is (105,10,4). Sum of RGB (Red+Green+Blue) = 105+10+4=119 (15% of max value = 765). Red value is 105 (41.41% from 255 or 88.24% from 119); Green value is 10 (4.30% from 255 or 8.40% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 105 - color contains mainly: red. Hex color #690A04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690A04 is #96F5FB. Grayscale: #252525. Windows color (decimal): -9893372 or 264809. OLE color: 264809.

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

Color convert

RGB105104-
CMYK00.900.960.59
HSL3.56º92.66%21.37%-
HSV(B)3.56º96.19%41.18%-
XYZ5.963.230.42-
YUV37.72108.97175.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 88.24%
GREEN value IS 10 (4.30% from 255) = 8.40%
BLUE value IS 4 (1.95% from 255) = 3.36%
R=88.24%
G=8.40%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510400.900.960.593.5692.6621.37
Hex69A405A603B45d15
Octal151124013214073413525
Binary11010011010100010110101100000111011100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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