#6C184B

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

Shades of Pompadour #6C184B

Tints of Pompadour #6C184B

Color information

#6C184B (or 0x6C184B) is unknown color: approx Pompadour. HEX triplet: 6C, 18 and 4B. RGB value is (108,24,75). Sum of RGB (Red+Green+Blue) = 108+24+75=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C184B is #93E7B4. Grayscale: #363636. Windows color (decimal): -9693109 or 4921452. OLE color: 4921452.

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

Color convert

RGB1082475-
CMYK00.780.310.58
HSL323.57º63.64%25.88%-
HSV(B)323.57º77.78%42.35%-
XYZ7.784.357.09-
YUV54.93139.33165.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.17%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=52.17%
G=11.59%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108247500.780.310.58323.5763.6425.88
Hex6C184B04E1F3A144401a
Octal154301130116377250410032
Binary11011001100010010110100111011111111010101000100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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