#691000

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

Shades of Maroon #691000

Tints of Maroon #691000

Color information

#691000 (or 0x691000) is unknown color: approx Maroon. HEX triplet: 69, 10 and 00. RGB value is (105,16,0). Sum of RGB (Red+Green+Blue) = 105+16+0=121 (16% of max value = 765). Red value is 105 (41.41% from 255 or 86.78% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 105 - color contains mainly: red. Hex color #691000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691000 is #96EFFF. Grayscale: #282828. Windows color (decimal): -9891840 or 4201. OLE color: 4201.

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

Color convert

RGB105160-
CMYK00.8510.59
HSL9.14º100%20.59%-
HSV(B)9.14º100%41.18%-
XYZ6.013.370.33-
YUV40.79104.99173.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 86.78%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.78%
G=13.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10516000.8510.599.1410020.59
Hex69100055643B96415
Octal1512000125144731114425
Binary11010011000000101010111001001110111001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691000; }

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

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

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

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

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

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

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

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