#680805

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

Shades of Maroon #680805

Tints of Maroon #680805

Color information

#680805 (or 0x680805) is unknown color: approx Maroon. HEX triplet: 68, 08 and 05. RGB value is (104,8,5). Sum of RGB (Red+Green+Blue) = 104+8+5=117 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.89% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 104 - color contains mainly: red. Hex color #680805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680805 is #97F7FA. Grayscale: #242424. Windows color (decimal): -9959419 or 329832. OLE color: 329832.

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

Color convert

RGB10485-
CMYK00.920.950.59
HSL1.82º90.83%21.37%-
HSV(B)1.82º95.19%40.78%-
XYZ5.823.130.44-
YUV36.36110.3176.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 88.89%
GREEN value IS 8 (3.52% from 255) = 6.84%
BLUE value IS 5 (2.34% from 255) = 4.27%
R=88.89%
G=6.84%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1048500.920.950.591.8290.8321.37
Hex688505C5F3B25b15
Octal150105013413773213325
Binary1101000100010101011100101111111101110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680805; }

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

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

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

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

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

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

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

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