#6a164a

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

Shades of Pompadour #6A164A

Tints of Pompadour #6A164A

Color information

#6A164A (or 0x6A164A) is unknown color: approx Pompadour. HEX triplet: 6A, 16 and 4A. RGB value is (106,22,74). Sum of RGB (Red+Green+Blue) = 106+22+74=202 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.48% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 106 - color contains mainly: red. Hex color #6A164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A164A is #95E9B5. Grayscale: #343434. Windows color (decimal): -9824694 or 4855402. OLE color: 4855402.

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

Color convert

RGB1062274-
CMYK00.790.300.58
HSL322.86º65.62%25.1%-
HSV(B)322.86º79.25%41.57%-
XYZ7.474.136.88-
YUV53.04139.83165.77-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 52.48%
GREEN value IS 22 (8.98% from 255) = 10.89%
BLUE value IS 74 (29.30% from 255) = 36.63%
R=52.48%
G=10.89%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106227400.790.300.58322.8665.6225.1
Hex6A164A04F1E3A1434219
Octal152261120117367250310231
Binary11010101011010010100100111111110111010101000011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a164a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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