#680B02

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

Shades of Maroon #680B02

Tints of Maroon #680B02

Color information

#680B02 (or 0x680B02) is unknown color: approx Maroon. HEX triplet: 68, 0B and 02. RGB value is (104,11,2). Sum of RGB (Red+Green+Blue) = 104+11+2=117 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.89% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 104 - color contains mainly: red. Hex color #680B02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680B02 is #97F4FD. Grayscale: #252525. Windows color (decimal): -9958654 or 133992. OLE color: 133992.

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

Color convert

RGB104112-
CMYK00.890.980.59
HSL5.29º96.23%20.78%-
HSV(B)5.29º98.08%40.78%-
XYZ5.843.190.36-
YUV37.78107.81175.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 88.89%
GREEN value IS 11 (4.69% from 255) = 9.40%
BLUE value IS 2 (1.17% from 255) = 1.71%
R=88.89%
G=9.40%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10411200.890.980.595.2996.2320.78
Hex68B2059623B56015
Octal150132013114273514025
Binary1101000101110010110011100010111011101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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