#6C164F

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

Shades of Pompadour #6C164F

Tints of Pompadour #6C164F

Color information

#6C164F (or 0x6C164F) is unknown color: approx Pompadour. HEX triplet: 6C, 16 and 4F. RGB value is (108,22,79). Sum of RGB (Red+Green+Blue) = 108+22+79=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C164F is #93E9B0. Grayscale: #363636. Windows color (decimal): -9693617 or 5183084. OLE color: 5183084.

HSL color Cylindrical-coordinate representation of color #6C164F: hue angle of 320.23º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C164F is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB1082279-
CMYK00.800.270.58
HSL320.23º66.15%25.49%-
HSV(B)320.23º79.63%42.35%-
XYZ7.884.337.82-
YUV54.21141.99166.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 51.67%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=51.67%
G=10.53%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108227900.800.270.58320.2366.1525.49
Hex6C164F0501B3A1404219
Octal154261170120337250010231
Binary11011001011010011110101000011011111010101000000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C164F; }

 p { color: rgb(108,22,79); }

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

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

 a { background-color: rgb(108,22,79); }

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

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

 span { border-color: rgb(108,22,79); }

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