Html Css Color HEX #681100 Maroon

📋 copy color: '#681100'

red 104 ◦ green 17 ◦ blue 0

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

Shades of Maroon #681100

Tints of Maroon #681100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.05%

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

R = 85.95%
G = 14.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#681100 (or 0x681100) is known color: Maroon. HEX triplet: 68, 11 and 00. RGB value is (104,17,0). Sum of RGB (Red+Green+Blue) = 104+17+0=121 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.95% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 104 - color contains mainly: red. Hex color #681100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681100 is #97EEFF. Grayscale: #292929. Windows color (decimal): -9957120 or 4456. OLE color: 4456.

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

Color convert

RGB 104 17 0 -
CMYK 0 0.84 1 0.59
HSL 9.81º 1% 0.2% -
HSV(B) 9.81º 1% 0.41% -
XYZ 5.91 3.34 0.33 -
YUV 41.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 104 17 0 0 0.84 1 0.59 9.81 1 0.2
Hex 68 11 0 0 54 64 3B A 64 14
Octal 150 21 0 0 124 144 73 12 144 24
Binary 1101000 10001 0 0 1010100 1100100 111011 1010 1100100 10100

Color Harmonies of #681100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681100

Black with #681100

Text Example


Text Example

White with #681100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681100; }

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

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

background-color css

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

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

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

border-color css

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

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

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