#6C154B

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

Shades of Pompadour #6C154B

Tints of Pompadour #6C154B

Color information

#6C154B (or 0x6C154B) is unknown color: approx Pompadour. HEX triplet: 6C, 15 and 4B. RGB value is (108,21,75). Sum of RGB (Red+Green+Blue) = 108+21+75=204 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.94% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 108 - color contains mainly: red. Hex color #6C154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C154B is #93EAB4. Grayscale: #353535. Windows color (decimal): -9693877 or 4920684. OLE color: 4920684.

HSL color Cylindrical-coordinate representation of color #6C154B: hue angle of 322.76º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C154B is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB1082175-
CMYK00.810.310.58
HSL322.76º67.44%25.29%-
HSV(B)322.76º80.56%42.35%-
XYZ7.724.237.07-
YUV53.17140.32167.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.94%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=52.94%
G=10.29%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108217500.810.310.58322.7667.4425.29
Hex6C154B0511F3A1434319
Octal154251130121377250310331
Binary11011001010110010110101000111111111010101000011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,21,75); }

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

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

 a { background-color: rgb(108,21,75); }

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

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

 span { border-color: rgb(108,21,75); }

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