#690b0b

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

Shades of Maroon #690B0B

Tints of Maroon #690B0B

Color information

#690B0B (or 0x690B0B) is unknown color: approx Maroon. HEX triplet: 69, 0B and 0B. RGB value is (105,11,11). Sum of RGB (Red+Green+Blue) = 105+11+11=127 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.68% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 105 - color contains mainly: red. Hex color #690B0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690B0B is #96F4F4. Grayscale: #272727. Windows color (decimal): -9893109 or 723817. OLE color: 723817.

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

Color convert

RGB1051111-
CMYK00.900.900.59
HSL81.03%22.75%-
HSV(B)89.52%41.18%-
XYZ6.013.270.63-
YUV39.11112.14175-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 82.68%
GREEN value IS 11 (4.69% from 255) = 8.66%
BLUE value IS 11 (4.69% from 255) = 8.66%
R=82.68%
G=8.66%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105111100.900.900.59081.0322.75
Hex69BB05A5A3B05117
Octal1511313013213273012127
Binary1101001101110110101101010110101110110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690b0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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