#680F06

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

Shades of Maroon #680F06

Tints of Maroon #680F06

Color information

#680F06 (or 0x680F06) is unknown color: approx Maroon. HEX triplet: 68, 0F and 06. RGB value is (104,15,6). Sum of RGB (Red+Green+Blue) = 104+15+6=125 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.2% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 104 - color contains mainly: red. Hex color #680F06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F06 is #97F0F9. Grayscale: #282828. Windows color (decimal): -9957626 or 397160. OLE color: 397160.

HSL color Cylindrical-coordinate representation of color #680F06: hue angle of 5.51º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680F06 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB104156-
CMYK00.860.940.59
HSL5.51º89.09%21.57%-
HSV(B)5.51º94.23%40.78%-
XYZ5.913.30.5-
YUV40.58108.49173.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 83.2%
GREEN value IS 15 (6.25% from 255) = 12%
BLUE value IS 6 (2.73% from 255) = 4.8%
R=83.2%
G=12%
B=4.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10415600.860.940.595.5189.0921.57
Hex68F60565E3B65916
Octal150176012613673613126
Binary11010001111110010101101011110111011110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,15,6); }

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

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

 a { background-color: rgb(104,15,6); }

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

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

 span { border-color: rgb(104,15,6); }

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