Html Css Color HEX #680804 Maroon

📋 copy color: '#680804'

red 104 ◦ green 8 ◦ blue 4

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

Shades of Maroon #680804

Tints of Maroon #680804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.9%

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

R = 89.66%
G = 6.9%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#680804 (or 0x680804) is known color: Maroon. HEX triplet: 68, 08 and 04. RGB value is (104,8,4). Sum of RGB (Red+Green+Blue) = 104+8+4=116 (15% of max value = 765). Red value is 104 (41.02% from 255 or 89.66% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 104 - color contains mainly: red. Hex color #680804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680804 is #97F7FB. Grayscale: #242424. Windows color (decimal): -9959420 or 264296. OLE color: 264296.

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

Color convert

RGB 104 8 4 -
CMYK 0 0.92 0.96 0.59
HSL 2.4º 0.93% 0.21% -
HSV(B) 2.4º 0.96% 0.41% -
XYZ 5.82 3.13 0.41 -
YUV 36.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 104 8 4 0 0.92 0.96 0.59 2.4 0.93 0.21
Hex 68 8 4 0 5C 60 3B 2 5D 15
Octal 150 10 4 0 134 140 73 2 135 25
Binary 1101000 1000 100 0 1011100 1100000 111011 10 1011101 10101

Color Harmonies of #680804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680804

Black with #680804

Text Example


Text Example

White with #680804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680804; }

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

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

background-color css

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

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

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

border-color css

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

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

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