#6C264C

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

Shades of Pompadour #6C264C

Tints of Pompadour #6C264C

Color information

#6C264C (or 0x6C264C) is unknown color: approx Pompadour. HEX triplet: 6C, 26 and 4C. RGB value is (108,38,76). Sum of RGB (Red+Green+Blue) = 108+38+76=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 108 - color contains mainly: red. Hex color #6C264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C264C is #93D9B3. Grayscale: #3F3F3F. Windows color (decimal): -9689524 or 4990572. OLE color: 4990572.

HSL color Cylindrical-coordinate representation of color #6C264C: hue angle of 327.43º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C264C is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB1083876-
CMYK00.650.300.58
HSL327.43º47.95%28.63%-
HSV(B)327.43º64.81%42.35%-
XYZ8.185.17.39-
YUV63.26135.19159.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.65%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 76 (30.08% from 255) = 34.23%
R=48.65%
G=17.12%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108387600.650.300.58327.4347.9528.63
Hex6C264C0411E3A147301d
Octal15446114010136725076035
Binary11011001001101001100010000011111011101010100011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,38,76); }

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

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

 a { background-color: rgb(108,38,76); }

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

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

 span { border-color: rgb(108,38,76); }

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