#691005

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

Shades of Maroon #691005

Tints of Maroon #691005

Color information

#691005 (or 0x691005) is unknown color: approx Maroon. HEX triplet: 69, 10 and 05. RGB value is (105,16,5). Sum of RGB (Red+Green+Blue) = 105+16+5=126 (16% of max value = 765). Red value is 105 (41.41% from 255 or 83.33% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 105 - color contains mainly: red. Hex color #691005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691005 is #96EFFA. Grayscale: #292929. Windows color (decimal): -9891835 or 331881. OLE color: 331881.

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

Color convert

RGB105165-
CMYK00.850.950.59
HSL6.6º90.91%21.57%-
HSV(B)6.6º95.24%41.18%-
XYZ6.043.380.48-
YUV41.36107.49173.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 83.33%
GREEN value IS 16 (6.64% from 255) = 12.70%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=83.33%
G=12.70%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10516500.850.950.596.690.9121.57
Hex691050555F3B75b16
Octal151205012513773713326
Binary110100110000101010101011011111111011111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691005; }

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

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

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

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

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

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

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

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