#6C1640

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

Shades of Pompadour #6C1640

Tints of Pompadour #6C1640

Color information

#6C1640 (or 0x6C1640) is unknown color: approx Pompadour. HEX triplet: 6C, 16 and 40. RGB value is (108,22,64). Sum of RGB (Red+Green+Blue) = 108+22+64=194 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.67% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1640 is #93E9BF. Grayscale: #343434. Windows color (decimal): -9693632 or 4200044. OLE color: 4200044.

HSL color Cylindrical-coordinate representation of color #6C1640: hue angle of 330.7º 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 #6C1640 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB1082264-
CMYK00.800.410.58
HSL330.7º66.15%25.49%-
HSV(B)330.7º79.63%42.35%-
XYZ7.44.135.26-
YUV52.5134.49167.58-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.67%
GREEN value IS 22 (8.98% from 255) = 11.34%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=55.67%
G=11.34%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108226400.800.410.58330.766.1525.49
Hex6C1640050293A14b4219
Octal154261000120517251310231
Binary110110010110100000001010000101001111010101001011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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