#690B01

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

Shades of Maroon #690B01

Tints of Maroon #690B01

Color information

#690B01 (or 0x690B01) is unknown color: approx Maroon. HEX triplet: 69, 0B and 01. RGB value is (105,11,1). Sum of RGB (Red+Green+Blue) = 105+11+1=117 (15% of max value = 765). Red value is 105 (41.41% from 255 or 89.74% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 105 - color contains mainly: red. Hex color #690B01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690B01 is #96F4FE. Grayscale: #262626. Windows color (decimal): -9893119 or 68457. OLE color: 68457.

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

Color convert

RGB105111-
CMYK00.900.990.59
HSL5.77º98.11%20.78%-
HSV(B)5.77º99.05%41.18%-
XYZ5.953.240.34-
YUV37.97107.14175.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 89.74%
GREEN value IS 11 (4.69% from 255) = 9.40%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=89.74%
G=9.40%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10511100.900.990.595.7798.1120.78
Hex69B105A633B66215
Octal151131013214373614225
Binary110100110111010110101100011111011110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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