#6A284B

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

Shades of Pompadour #6A284B

Tints of Pompadour #6A284B

Color information

#6A284B (or 0x6A284B) is unknown color: approx Pompadour. HEX triplet: 6A, 28 and 4B. RGB value is (106,40,75). Sum of RGB (Red+Green+Blue) = 106+40+75=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 106 - color contains mainly: red. Hex color #6A284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A284B is #95D7B4. Grayscale: #3F3F3F. Windows color (decimal): -9820085 or 4925546. OLE color: 4925546.

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

Color convert

RGB1064075-
CMYK00.620.290.58
HSL328.18º45.21%28.63%-
HSV(B)328.18º62.26%41.57%-
XYZ7.975.097.22-
YUV63.72134.37158.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.96%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 75 (29.69% from 255) = 33.94%
R=47.96%
G=18.10%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106407500.620.290.58328.1845.2128.63
Hex6A284B03E1D3A1482d1d
Octal1525011307635725105535
Binary1101010101000100101101111101110111101010100100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,40,75); }

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

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

 a { background-color: rgb(106,40,75); }

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

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

 span { border-color: rgb(106,40,75); }

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