Html Css Color HEX #680E00 Maroon

📋 copy color: '#680E00'

red 104 ◦ green 14 ◦ blue 0

#680E00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #680E00

Tints of Maroon #680E00

RGB

 RED value IS 104 (41.02% from 255) = 88.14%

 GREEN value IS 14 (5.86% from 255) = 11.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.14%
G = 11.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#680E00 (or 0x680E00) is known color: Maroon. HEX triplet: 68, 0E and 00. RGB value is (104,14,0). Sum of RGB (Red+Green+Blue) = 104+14+0=118 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.14% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 104 - color contains mainly: red. Hex color #680E00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680E00 is #97F1FF. Grayscale: #272727. Windows color (decimal): -9957888 or 3688. OLE color: 3688.

HSL color Cylindrical-coordinate representation of color #680E00: hue angle of 8.08º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680E00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 14 0 -
CMYK 0 0.87 1 0.59
HSL 8.08º 1% 0.2% -
HSV(B) 8.08º 1% 0.41% -
XYZ 5.87 3.26 0.32 -
YUV 39.31 105.82 174.14 -
System Red Green Blue C M Y K H S L
Decimal 104 14 0 0 0.87 1 0.59 8.08 1 0.2
Hex 68 E 0 0 57 64 3B 8 64 14
Octal 150 16 0 0 127 144 73 10 144 24
Binary 1101000 1110 0 0 1010111 1100100 111011 1000 1100100 10100

Color Harmonies of #680E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680E00

Black with #680E00

Text Example


Text Example

White with #680E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,14,0); }

 H1.HeaderClassName
 {
   color: #680E00;
 }
 .AnyTagClassName
 {
   color: #680E00;
 }
</style>

background-color css

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

 a { background-color: rgb(104,14,0); }

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

border-color css

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

 span { border-color: rgb(104,14,0); }

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