#691100

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

Shades of Maroon #691100

Tints of Maroon #691100

Color information

#691100 (or 0x691100) is unknown color: approx Maroon. HEX triplet: 69, 11 and 00. RGB value is (105,17,0). Sum of RGB (Red+Green+Blue) = 105+17+0=122 (16% of max value = 765). Red value is 105 (41.41% from 255 or 86.07% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 105 - color contains mainly: red. Hex color #691100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691100 is #96EEFF. Grayscale: #292929. Windows color (decimal): -9891584 or 4457. OLE color: 4457.

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

Color convert

RGB105170-
CMYK00.8410.59
HSL9.71º100%20.59%-
HSV(B)9.71º100%41.18%-
XYZ6.033.40.34-
YUV41.37104.65173.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 86.07%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.07%
G=13.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10517000.8410.599.7110020.59
Hex69110054643Ba6415
Octal1512100124144731214425
Binary11010011000100101010011001001110111010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691100; }

 p { color: rgb(105,17,0); }

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

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

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

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

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

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

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