#6A254A

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

Shades of Pompadour #6A254A

Tints of Pompadour #6A254A

Color information

#6A254A (or 0x6A254A) is unknown color: approx Pompadour. HEX triplet: 6A, 25 and 4A. RGB value is (106,37,74). Sum of RGB (Red+Green+Blue) = 106+37+74=217 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.85% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 106 - color contains mainly: red. Hex color #6A254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A254A is #95DAB5. Grayscale: #3D3D3D. Windows color (decimal): -9820854 or 4859242. OLE color: 4859242.

HSL color Cylindrical-coordinate representation of color #6A254A: hue angle of 327.83º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A254A is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB1063774-
CMYK00.650.300.58
HSL327.83º48.25%28.04%-
HSV(B)327.83º65.09%41.57%-
XYZ7.844.887.01-
YUV61.85134.86159.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.85%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=48.85%
G=17.05%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106377400.650.300.58327.8348.2528.04
Hex6A254A0411E3A148301c
Octal15245112010136725106034
Binary11010101001011001010010000011111011101010100100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,37,74); }

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

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

 a { background-color: rgb(106,37,74); }

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

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

 span { border-color: rgb(106,37,74); }

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