Html Css Color HEX #681740 Pompadour

📋 copy color: '#681740'

red 104 ◦ green 23 ◦ blue 64

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

Shades of Pompadour #681740

Tints of Pompadour #681740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.04%

 BLUE value IS 64 (25.39% from 255) = 33.51%

R = 54.45%
G = 12.04%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#681740 (or 0x681740) is known color: Pompadour. HEX triplet: 68, 17 and 40. RGB value is (104,23,64). Sum of RGB (Red+Green+Blue) = 104+23+64=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #681740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681740 is #97E8BF. Grayscale: #333333. Windows color (decimal): -9955520 or 4200296. OLE color: 4200296.

HSL color Cylindrical-coordinate representation of color #681740: hue angle of 329.63º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681740 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 64 -
CMYK 0 0.78 0.38 0.59
HSL 329.63º 0.64% 0.25% -
HSV(B) 329.63º 0.78% 0.41% -
XYZ 6.94 3.93 5.24 -
YUV 51.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 104 23 64 0 0.78 0.38 0.59 329.63 0.64 0.25
Hex 68 17 40 0 4E 26 3B 14A 40 19
Octal 150 27 100 0 116 46 73 512 100 31
Binary 1101000 10111 1000000 0 1001110 100110 111011 101001010 1000000 11001

Color Harmonies of #681740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681740

Black with #681740

Text Example


Text Example

White with #681740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681740; }

 p { color: rgb(104,23,64); }

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

background-color css

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

 a { background-color: rgb(104,23,64); }

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

border-color css

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

 span { border-color: rgb(104,23,64); }

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