#6D254C

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

Shades of Pompadour #6D254C

Tints of Pompadour #6D254C

Color information

#6D254C (or 0x6D254C) is unknown color: approx Pompadour. HEX triplet: 6D, 25 and 4C. RGB value is (109,37,76). Sum of RGB (Red+Green+Blue) = 109+37+76=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D254C is #92DAB3. Grayscale: #3E3E3E. Windows color (decimal): -9624244 or 4990317. OLE color: 4990317.

HSL color Cylindrical-coordinate representation of color #6D254C: hue angle of 327.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D254C is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.57.

Color convert

RGB1093776-
CMYK00.660.300.57
HSL327.5º49.32%28.63%-
HSV(B)327.5º66.06%42.75%-
XYZ8.275.17.39-
YUV62.97135.35160.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.10%
GREEN value IS 37 (14.84% from 255) = 16.67%
BLUE value IS 76 (30.08% from 255) = 34.23%
R=49.10%
G=16.67%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109377600.660.300.57327.549.3228.63
Hex6D254C0421E39148311d
Octal15545114010236715106135
Binary11011011001011001100010000101111011100110100100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,37,76); }

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

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

 a { background-color: rgb(109,37,76); }

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

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

 span { border-color: rgb(109,37,76); }

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