Html Css Color HEX #681640 Pompadour

📋 copy color: '#681640'

red 104 ◦ green 22 ◦ blue 64

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

Shades of Pompadour #681640

Tints of Pompadour #681640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.58%

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

R = 54.74%
G = 11.58%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#681640 (or 0x681640) is known color: Pompadour. HEX triplet: 68, 16 and 40. RGB value is (104,22,64). Sum of RGB (Red+Green+Blue) = 104+22+64=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #681640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681640 is #97E9BF. Grayscale: #333333. Windows color (decimal): -9955776 or 4200040. OLE color: 4200040.

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

Color convert

RGB 104 22 64 -
CMYK 0 0.79 0.38 0.59
HSL 329.27º 0.65% 0.25% -
HSV(B) 329.27º 0.79% 0.41% -
XYZ 6.92 3.89 5.24 -
YUV 51.31 135.17 165.58 -
System Red Green Blue C M Y K H S L
Decimal 104 22 64 0 0.79 0.38 0.59 329.27 0.65 0.25
Hex 68 16 40 0 4F 26 3B 149 41 19
Octal 150 26 100 0 117 46 73 511 101 31
Binary 1101000 10110 1000000 0 1001111 100110 111011 101001001 1000001 11001

Color Harmonies of #681640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681640

Black with #681640

Text Example


Text Example

White with #681640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681640; }

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

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

background-color css

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

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

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

border-color css

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

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

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