#680D05

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

Shades of Maroon #680D05

Tints of Maroon #680D05

Color information

#680D05 (or 0x680D05) is unknown color: approx Maroon. HEX triplet: 68, 0D and 05. RGB value is (104,13,5). Sum of RGB (Red+Green+Blue) = 104+13+5=122 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.25% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 104 - color contains mainly: red. Hex color #680D05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680D05 is #97F2FA. Grayscale: #272727. Windows color (decimal): -9958139 or 331112. OLE color: 331112.

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

Color convert

RGB104135-
CMYK00.880.950.59
HSL4.85º90.83%21.37%-
HSV(B)4.85º95.19%40.78%-
XYZ5.883.240.46-
YUV39.3108.65174.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 85.25%
GREEN value IS 13 (5.47% from 255) = 10.66%
BLUE value IS 5 (2.34% from 255) = 4.10%
R=85.25%
G=10.66%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10413500.880.950.594.8590.8321.37
Hex68D50585F3B55b15
Octal150155013013773513325
Binary11010001101101010110001011111111011101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680D05; }

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

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

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

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

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

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

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

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