#680905

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

Shades of Maroon #680905

Tints of Maroon #680905

Color information

#680905 (or 0x680905) is unknown color: approx Maroon. HEX triplet: 68, 09 and 05. RGB value is (104,9,5). Sum of RGB (Red+Green+Blue) = 104+9+5=118 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.14% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 104 - color contains mainly: red. Hex color #680905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680905 is #97F6FA. Grayscale: #252525. Windows color (decimal): -9959163 or 330088. OLE color: 330088.

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

Color convert

RGB10495-
CMYK00.910.950.59
HSL2.42º90.83%21.37%-
HSV(B)2.42º95.19%40.78%-
XYZ5.833.150.44-
YUV36.95109.97175.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 88.14%
GREEN value IS 9 (3.91% from 255) = 7.63%
BLUE value IS 5 (2.34% from 255) = 4.24%
R=88.14%
G=7.63%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049500.910.950.592.4290.8321.37
Hex689505B5F3B25b15
Octal150115013313773213325
Binary1101000100110101011011101111111101110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680905; }

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

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

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

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

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

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

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

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