#68164C

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

Shades of Pompadour #68164C

Tints of Pompadour #68164C

Color information

#68164C (or 0x68164C) is unknown color: approx Pompadour. HEX triplet: 68, 16 and 4C. RGB value is (104,22,76). Sum of RGB (Red+Green+Blue) = 104+22+76=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68164C is #97E9B3. Grayscale: #343434. Windows color (decimal): -9955764 or 4986472. OLE color: 4986472.

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

Color convert

RGB1042276-
CMYK00.790.270.59
HSL320.49º65.08%24.71%-
HSV(B)320.49º78.85%40.78%-
XYZ7.34.047.23-
YUV52.67141.17164.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.49%
GREEN value IS 22 (8.98% from 255) = 10.89%
BLUE value IS 76 (30.08% from 255) = 37.62%
R=51.49%
G=10.89%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104227600.790.270.59320.4965.0824.71
Hex68164C04F1B3B1404119
Octal150261140117337350010131
Binary11010001011010011000100111111011111011101000000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68164C; }

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

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

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

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

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

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

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

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