#680B09

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

Shades of Maroon #680B09

Tints of Maroon #680B09

Color information

#680B09 (or 0x680B09) is unknown color: approx Maroon. HEX triplet: 68, 0B and 09. RGB value is (104,11,9). Sum of RGB (Red+Green+Blue) = 104+11+9=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #680B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680B09 is #97F4F6. Grayscale: #262626. Windows color (decimal): -9958647 or 592744. OLE color: 592744.

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

Color convert

RGB104119-
CMYK00.890.910.59
HSL1.26º84.07%22.16%-
HSV(B)1.26º91.35%40.78%-
XYZ5.883.20.57-
YUV38.58111.31174.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 83.87%
GREEN value IS 11 (4.69% from 255) = 8.87%
BLUE value IS 9 (3.91% from 255) = 7.26%
R=83.87%
G=8.87%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10411900.890.910.591.2684.0722.16
Hex68B90595B3B15416
Octal1501311013113373112426
Binary1101000101110010101100110110111110111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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