Html Css Color HEX #681540 Pompadour

📋 copy color: '#681540'

red 104 ◦ green 21 ◦ blue 64

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

Shades of Pompadour #681540

Tints of Pompadour #681540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.11%

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

R = 55.03%
G = 11.11%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#681540 (or 0x681540) is known color: Pompadour. HEX triplet: 68, 15 and 40. RGB value is (104,21,64). Sum of RGB (Red+Green+Blue) = 104+21+64=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #681540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681540 is #97EABF. Grayscale: #323232. Windows color (decimal): -9956032 or 4199784. OLE color: 4199784.

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

Color convert

RGB 104 21 64 -
CMYK 0 0.80 0.38 0.59
HSL 328.92º 0.66% 0.25% -
HSV(B) 328.92º 0.8% 0.41% -
XYZ 6.9 3.85 5.23 -
YUV 50.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 104 21 64 0 0.80 0.38 0.59 328.92 0.66 0.25
Hex 68 15 40 0 50 26 3B 149 42 19
Octal 150 25 100 0 120 46 73 511 102 31
Binary 1101000 10101 1000000 0 1010000 100110 111011 101001001 1000010 11001

Color Harmonies of #681540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681540

Black with #681540

Text Example


Text Example

White with #681540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681540; }

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

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

background-color css

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

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

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

border-color css

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

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

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