Html Css Color HEX #680E04 Maroon

📋 copy color: '#680E04'

red 104 ◦ green 14 ◦ blue 4

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

Shades of Maroon #680E04

Tints of Maroon #680E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.28%

R = 85.25%
G = 11.48%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#680E04 (or 0x680E04) is known color: Maroon. HEX triplet: 68, 0E and 04. RGB value is (104,14,4). Sum of RGB (Red+Green+Blue) = 104+14+4=122 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.25% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 104 - color contains mainly: red. Hex color #680E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680E04 is #97F1FB. Grayscale: #272727. Windows color (decimal): -9957884 or 265832. OLE color: 265832.

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

Color convert

RGB 104 14 4 -
CMYK 0 0.87 0.96 0.59
HSL 0.93% 0.21% -
HSV(B) 0.96% 0.41% -
XYZ 5.89 3.27 0.43 -
YUV 39.77 107.82 173.81 -
System Red Green Blue C M Y K H S L
Decimal 104 14 4 0 0.87 0.96 0.59 6 0.93 0.21
Hex 68 E 4 0 57 60 3B 6 5D 15
Octal 150 16 4 0 127 140 73 6 135 25
Binary 1101000 1110 100 0 1010111 1100000 111011 110 1011101 10101

Color Harmonies of #680E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680E04

Black with #680E04

Text Example


Text Example

White with #680E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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