#681105

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

Shades of Maroon #681105

Tints of Maroon #681105

Color information

#681105 (or 0x681105) is unknown color: approx Maroon. HEX triplet: 68, 11 and 05. RGB value is (104,17,5). Sum of RGB (Red+Green+Blue) = 104+17+5=126 (16% of max value = 765). Red value is 104 (41.02% from 255 or 82.54% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 104 - color contains mainly: red. Hex color #681105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681105 is #97EEFA. Grayscale: #292929. Windows color (decimal): -9957115 or 332136. OLE color: 332136.

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

Color convert

RGB104175-
CMYK00.840.950.59
HSL7.27º90.83%21.37%-
HSV(B)7.27º95.19%40.78%-
XYZ5.943.350.48-
YUV41.64107.32172.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 82.54%
GREEN value IS 17 (7.03% from 255) = 13.49%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=82.54%
G=13.49%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10417500.840.950.597.2790.8321.37
Hex681150545F3B75b15
Octal150215012413773713325
Binary110100010001101010101001011111111011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681105; }

 p { color: rgb(104,17,5); }

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

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

 a { background-color: rgb(104,17,5); }

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

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

 span { border-color: rgb(104,17,5); }

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