#690901

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

Shades of Maroon #690901

Tints of Maroon #690901

Color information

#690901 (or 0x690901) is unknown color: approx Maroon. HEX triplet: 69, 09 and 01. RGB value is (105,9,1). Sum of RGB (Red+Green+Blue) = 105+9+1=115 (15% of max value = 765). Red value is 105 (41.41% from 255 or 91.30% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 105 - color contains mainly: red. Hex color #690901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690901 is #96F6FE. Grayscale: #242424. Windows color (decimal): -9893631 or 67945. OLE color: 67945.

HSL color Cylindrical-coordinate representation of color #690901: hue angle of 4.62º 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 #690901 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB10591-
CMYK00.910.990.59
HSL4.62º98.11%20.78%-
HSV(B)4.62º99.05%41.18%-
XYZ5.933.20.33-
YUV36.79107.8176.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 91.30%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 1 (0.78% from 255) = 0.87%
R=91.30%
G=7.83%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059100.910.990.594.6298.1120.78
Hex699105B633B56215
Octal151111013314373514225
Binary110100110011010110111100011111011101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690901; }

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

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

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

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

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

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

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

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