#6A184E

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

Shades of Pompadour #6A184E

Tints of Pompadour #6A184E

Color information

#6A184E (or 0x6A184E) is unknown color: approx Pompadour. HEX triplet: 6A, 18 and 4E. RGB value is (106,24,78). Sum of RGB (Red+Green+Blue) = 106+24+78=208 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.96% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 106 - color contains mainly: red. Hex color #6A184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A184E is #95E7B1. Grayscale: #363636. Windows color (decimal): -9824178 or 5118058. OLE color: 5118058.

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

Color convert

RGB1062478-
CMYK00.770.260.58
HSL320.49º63.08%25.49%-
HSV(B)320.49º77.36%41.57%-
XYZ7.654.277.63-
YUV54.67141.17164.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.96%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=50.96%
G=11.54%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106247800.770.260.58320.4963.0825.49
Hex6A184E04D1A3A1403f19
Octal15230116011532725007731
Binary1101010110001001110010011011101011101010100000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,24,78); }

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

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

 a { background-color: rgb(106,24,78); }

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

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

 span { border-color: rgb(106,24,78); }

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