#690B06

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

Shades of Maroon #690B06

Tints of Maroon #690B06

Color information

#690B06 (or 0x690B06) is unknown color: approx Maroon. HEX triplet: 69, 0B and 06. RGB value is (105,11,6). Sum of RGB (Red+Green+Blue) = 105+11+6=122 (16% of max value = 765). Red value is 105 (41.41% from 255 or 86.07% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 105 - color contains mainly: red. Hex color #690B06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690B06 is #96F4F9. Grayscale: #262626. Windows color (decimal): -9893114 or 396137. OLE color: 396137.

HSL color Cylindrical-coordinate representation of color #690B06: hue angle of 3.03º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690B06 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB105116-
CMYK00.900.940.59
HSL3.03º89.19%21.76%-
HSV(B)3.03º94.29%41.18%-
XYZ5.983.260.49-
YUV38.54109.64175.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 86.07%
GREEN value IS 11 (4.69% from 255) = 9.02%
BLUE value IS 6 (2.73% from 255) = 4.92%
R=86.07%
G=9.02%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10511600.900.940.593.0389.1921.76
Hex69B605A5E3B35916
Octal151136013213673313126
Binary1101001101111001011010101111011101111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,11,6); }

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

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

 a { background-color: rgb(105,11,6); }

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

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

 span { border-color: rgb(105,11,6); }

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