Html Css Color HEX #680908 Maroon

📋 copy color: '#680908'

red 104 ◦ green 9 ◦ blue 8

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

Shades of Maroon #680908

Tints of Maroon #680908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.44%

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

R = 85.95%
G = 7.44%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#680908 (or 0x680908) is known color: Maroon. HEX triplet: 68, 09 and 08. RGB value is (104,9,8). Sum of RGB (Red+Green+Blue) = 104+9+8=121 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.95% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 104 - color contains mainly: red. Hex color #680908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680908 is #97F6F7. Grayscale: #252525. Windows color (decimal): -9959160 or 526696. OLE color: 526696.

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

Color convert

RGB 104 9 8 -
CMYK 0 0.91 0.92 0.59
HSL 0.63º 0.86% 0.22% -
HSV(B) 0.63º 0.92% 0.41% -
XYZ 5.85 3.16 0.53 -
YUV 37.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 104 9 8 0 0.91 0.92 0.59 0.63 0.86 0.22
Hex 68 9 8 0 5B 5C 3B 1 56 16
Octal 150 11 10 0 133 134 73 1 126 26
Binary 1101000 1001 1000 0 1011011 1011100 111011 1 1010110 10110

Color Harmonies of #680908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680908

Black with #680908

Text Example


Text Example

White with #680908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680908; }

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

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

background-color css

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

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

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

border-color css

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

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

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