#680C02

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

Shades of Maroon #680C02

Tints of Maroon #680C02

Color information

#680C02 (or 0x680C02) is unknown color: approx Maroon. HEX triplet: 68, 0C and 02. RGB value is (104,12,2). Sum of RGB (Red+Green+Blue) = 104+12+2=118 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.14% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 104 - color contains mainly: red. Hex color #680C02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680C02 is #97F3FD. Grayscale: #262626. Windows color (decimal): -9958398 or 134248. OLE color: 134248.

HSL color Cylindrical-coordinate representation of color #680C02: hue angle of 5.88º 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 #680C02 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB104122-
CMYK00.880.980.59
HSL5.88º96.23%20.78%-
HSV(B)5.88º98.08%40.78%-
XYZ5.853.210.37-
YUV38.37107.48174.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 88.14%
GREEN value IS 12 (5.08% from 255) = 10.17%
BLUE value IS 2 (1.17% from 255) = 1.69%
R=88.14%
G=10.17%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10412200.880.980.595.8896.2320.78
Hex68C2058623B66015
Octal150142013014273614025
Binary1101000110010010110001100010111011110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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