Html Css Color HEX #680808 Maroon

📋 copy color: '#680808'

red 104 ◦ green 8 ◦ blue 8

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

Shades of Maroon #680808

Tints of Maroon #680808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.67%

R = 86.67%
G = 6.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#680808 (or 0x680808) is known color: Maroon. HEX triplet: 68, 08 and 08. RGB value is (104,8,8). Sum of RGB (Red+Green+Blue) = 104+8+8=120 (15% of max value = 765). Red value is 104 (41.02% from 255 or 86.67% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 104 - color contains mainly: red. Hex color #680808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680808 is #97F7F7. Grayscale: #242424. Windows color (decimal): -9959416 or 526440. OLE color: 526440.

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

Color convert

RGB 104 8 8 -
CMYK 0 0.92 0.92 0.59
HSL 0.86% 0.22% -
HSV(B) 0.92% 0.41% -
XYZ 5.84 3.13 0.53 -
YUV 36.7 111.8 176 -
System Red Green Blue C M Y K H S L
Decimal 104 8 8 0 0.92 0.92 0.59 0 0.86 0.22
Hex 68 8 8 0 5C 5C 3B 0 56 16
Octal 150 10 10 0 134 134 73 0 126 26
Binary 1101000 1000 1000 0 1011100 1011100 111011 0 1010110 10110

Color Harmonies of #680808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680808

Black with #680808

Text Example


Text Example

White with #680808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680808; }

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

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

background-color css

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

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

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

border-color css

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

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

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