#681651

Color #681651 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #681651

Tints of Pompadour #681651

Color information

#681651 (or 0x681651) is unknown color: approx Pompadour. HEX triplet: 68, 16 and 51. RGB value is (104,22,81). Sum of RGB (Red+Green+Blue) = 104+22+81=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #681651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681651 is #97E9AE. Grayscale: #353535. Windows color (decimal): -9955759 or 5314152. OLE color: 5314152.

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

Color convert

RGB1042281-
CMYK00.790.220.59
HSL316.83º65.08%24.71%-
HSV(B)316.83º78.85%40.78%-
XYZ7.484.118.18-
YUV53.24143.67164.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 81 (32.03% from 255) = 39.13%
R=50.24%
G=10.63%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104228100.790.220.59316.8365.0824.71
Hex68165104F163B13d4119
Octal150261210117267347510131
Binary11010001011010100010100111110110111011100111101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681651; }

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

 H1.HeaderClassName
 {
   color: #681651;
 }
 .AnyTagClassName
 {
   color: #681651;
 }
</style>
background-color css

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

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

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

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

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

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