#680B04

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

Shades of Maroon #680B04

Tints of Maroon #680B04

Color information

#680B04 (or 0x680B04) is unknown color: approx Maroon. HEX triplet: 68, 0B and 04. RGB value is (104,11,4). Sum of RGB (Red+Green+Blue) = 104+11+4=119 (15% of max value = 765). Red value is 104 (41.02% from 255 or 87.39% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 104 - color contains mainly: red. Hex color #680B04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680B04 is #97F4FB. Grayscale: #262626. Windows color (decimal): -9958652 or 265064. OLE color: 265064.

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

Color convert

RGB104114-
CMYK00.890.960.59
HSL4.2º92.59%21.18%-
HSV(B)4.2º96.15%40.78%-
XYZ5.853.190.42-
YUV38.01108.81175.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 87.39%
GREEN value IS 11 (4.69% from 255) = 9.24%
BLUE value IS 4 (1.95% from 255) = 3.36%
R=87.39%
G=9.24%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10411400.890.960.594.292.5921.18
Hex68B4059603B45d15
Octal150134013114073413525
Binary11010001011100010110011100000111011100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,11,4); }

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

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

 a { background-color: rgb(104,11,4); }

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

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

 span { border-color: rgb(104,11,4); }

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