Html Css Color HEX #680800 Maroon

📋 copy color: '#680800'

red 104 ◦ green 8 ◦ blue 0

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

Shades of Maroon #680800

Tints of Maroon #680800

RGB

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

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

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

R = 92.86%
G = 7.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#680800 (or 0x680800) is known color: Maroon. HEX triplet: 68, 08 and 00. RGB value is (104,8,0). Sum of RGB (Red+Green+Blue) = 104+8+0=112 (14% of max value = 765). Red value is 104 (41.02% from 255 or 92.86% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 104 - color contains mainly: red. Hex color #680800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680800 is #97F7FF. Grayscale: #232323. Windows color (decimal): -9959424 or 2152. OLE color: 2152.

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

Color convert

RGB 104 8 0 -
CMYK 0 0.92 1 0.59
HSL 4.62º 1% 0.2% -
HSV(B) 4.62º 1% 0.41% -
XYZ 5.8 3.12 0.3 -
YUV 35.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 104 8 0 0 0.92 1 0.59 4.62 1 0.2
Hex 68 8 0 0 5C 64 3B 5 64 14
Octal 150 10 0 0 134 144 73 5 144 24
Binary 1101000 1000 0 0 1011100 1100100 111011 101 1100100 10100

Color Harmonies of #680800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680800

Black with #680800

Text Example


Text Example

White with #680800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680800; }

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

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

background-color css

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

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

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

border-color css

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

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

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