#691006

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

Shades of Maroon #691006

Tints of Maroon #691006

Color information

#691006 (or 0x691006) is unknown color: approx Maroon. HEX triplet: 69, 10 and 06. RGB value is (105,16,6). Sum of RGB (Red+Green+Blue) = 105+16+6=127 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.68% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 105 - color contains mainly: red. Hex color #691006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691006 is #96EFF9. Grayscale: #292929. Windows color (decimal): -9891834 or 397417. OLE color: 397417.

HSL color Cylindrical-coordinate representation of color #691006: hue angle of 6.06º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #691006 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB105166-
CMYK00.850.940.59
HSL6.06º89.19%21.76%-
HSV(B)6.06º94.29%41.18%-
XYZ6.043.390.51-
YUV41.47107.99173.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 82.68%
GREEN value IS 16 (6.64% from 255) = 12.60%
BLUE value IS 6 (2.73% from 255) = 4.72%
R=82.68%
G=12.60%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10516600.850.940.596.0689.1921.76
Hex691060555E3B65916
Octal151206012513673613126
Binary110100110000110010101011011110111011110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691006; }

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

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

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

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

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

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

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

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