#681005

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

Shades of Maroon #681005

Tints of Maroon #681005

Color information

#681005 (or 0x681005) is unknown color: approx Maroon. HEX triplet: 68, 10 and 05. RGB value is (104,16,5). Sum of RGB (Red+Green+Blue) = 104+16+5=125 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.2% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 104 - color contains mainly: red. Hex color #681005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681005 is #97EFFA. Grayscale: #292929. Windows color (decimal): -9957371 or 331880. OLE color: 331880.

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

Color convert

RGB104165-
CMYK00.850.950.59
HSL6.67º90.83%21.37%-
HSV(B)6.67º95.19%40.78%-
XYZ5.923.320.47-
YUV41.06107.65172.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 83.2%
GREEN value IS 16 (6.64% from 255) = 12.8%
BLUE value IS 5 (2.34% from 255) = 4%
R=83.2%
G=12.8%
B=4%

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
Decimal10416500.850.950.596.6790.8321.37
Hex681050555F3B75b15
Octal150205012513773713325
Binary110100010000101010101011011111111011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681005; }

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

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

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

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

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

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

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

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