Html Css Color HEX #681104 Maroon

📋 copy color: '#681104'

red 104 ◦ green 17 ◦ blue 4

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

Shades of Maroon #681104

Tints of Maroon #681104

RGB

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

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

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

R = 83.2%
G = 13.6%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#681104 (or 0x681104) is known color: Maroon. HEX triplet: 68, 11 and 04. RGB value is (104,17,4). Sum of RGB (Red+Green+Blue) = 104+17+4=125 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.2% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 104 - color contains mainly: red. Hex color #681104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681104 is #97EEFB. Grayscale: #292929. Windows color (decimal): -9957116 or 266600. OLE color: 266600.

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

Color convert

RGB 104 17 4 -
CMYK 0 0.84 0.96 0.59
HSL 7.8º 0.93% 0.21% -
HSV(B) 7.8º 0.96% 0.41% -
XYZ 5.93 3.35 0.45 -
YUV 41.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 104 17 4 0 0.84 0.96 0.59 7.8 0.93 0.21
Hex 68 11 4 0 54 60 3B 8 5D 15
Octal 150 21 4 0 124 140 73 10 135 25
Binary 1101000 10001 100 0 1010100 1100000 111011 1000 1011101 10101

Color Harmonies of #681104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681104

Black with #681104

Text Example


Text Example

White with #681104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681104; }

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

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

background-color css

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

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

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

border-color css

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

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

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