Html Css Color HEX #681004 Maroon

📋 copy color: '#681004'

red 104 ◦ green 16 ◦ blue 4

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

Shades of Maroon #681004

Tints of Maroon #681004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.9%

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

R = 83.87%
G = 12.9%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#681004 (or 0x681004) is known color: Maroon. HEX triplet: 68, 10 and 04. RGB value is (104,16,4). Sum of RGB (Red+Green+Blue) = 104+16+4=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #681004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681004 is #97EFFB. Grayscale: #292929. Windows color (decimal): -9957372 or 266344. OLE color: 266344.

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

Color convert

RGB 104 16 4 -
CMYK 0 0.85 0.96 0.59
HSL 7.2º 0.93% 0.21% -
HSV(B) 7.2º 0.96% 0.41% -
XYZ 5.92 3.32 0.44 -
YUV 40.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 104 16 4 0 0.85 0.96 0.59 7.2 0.93 0.21
Hex 68 10 4 0 55 60 3B 7 5D 15
Octal 150 20 4 0 125 140 73 7 135 25
Binary 1101000 10000 100 0 1010101 1100000 111011 111 1011101 10101

Color Harmonies of #681004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681004

Black with #681004

Text Example


Text Example

White with #681004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681004; }

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

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

background-color css

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

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

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

border-color css

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

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

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