#691700

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

Shades of Maroon #691700

Tints of Maroon #691700

Color information

#691700 (or 0x691700) is unknown color: approx Maroon. HEX triplet: 69, 17 and 00. RGB value is (105,23,0). Sum of RGB (Red+Green+Blue) = 105+23+0=128 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.03% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 105 - color contains mainly: red. Hex color #691700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691700 is #96E8FF. Grayscale: #2D2D2D. Windows color (decimal): -9890048 or 5993. OLE color: 5993.

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

Color convert

RGB105230-
CMYK00.7810.59
HSL13.14º100%20.59%-
HSV(B)13.14º100%41.18%-
XYZ6.133.620.37-
YUV44.9102.67170.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 82.03%
GREEN value IS 23 (9.38% from 255) = 17.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.03%
G=17.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10523000.7810.5913.1410020.59
Hex6917004E643Bd6415
Octal1512700116144731514425
Binary11010011011100100111011001001110111101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691700; }

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

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

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

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

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

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

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

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