#6C184D

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

Shades of Pompadour #6C184D

Tints of Pompadour #6C184D

Color information

#6C184D (or 0x6C184D) is unknown color: approx Pompadour. HEX triplet: 6C, 18 and 4D. RGB value is (108,24,77). Sum of RGB (Red+Green+Blue) = 108+24+77=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C184D is #93E7B2. Grayscale: #373737. Windows color (decimal): -9693107 or 5052524. OLE color: 5052524.

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

Color convert

RGB1082477-
CMYK00.780.290.58
HSL322.14º63.64%25.88%-
HSV(B)322.14º77.78%42.35%-
XYZ7.854.387.45-
YUV55.16140.33165.69-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 51.67%
GREEN value IS 24 (9.77% from 255) = 11.48%
BLUE value IS 77 (30.47% from 255) = 36.84%
R=51.67%
G=11.48%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108247700.780.290.58322.1463.6425.88
Hex6C184D04E1D3A142401a
Octal154301150116357250210032
Binary11011001100010011010100111011101111010101000010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,24,77); }

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

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

 a { background-color: rgb(108,24,77); }

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

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

 span { border-color: rgb(108,24,77); }

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