#6A163B

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

Shades of Pompadour #6A163B

Tints of Pompadour #6A163B

Color information

#6A163B (or 0x6A163B) is unknown color: approx Pompadour. HEX triplet: 6A, 16 and 3B. RGB value is (106,22,59). Sum of RGB (Red+Green+Blue) = 106+22+59=187 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.68% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 106 - color contains mainly: red. Hex color #6A163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A163B is #95E9C4. Grayscale: #333333. Windows color (decimal): -9824709 or 3872362. OLE color: 3872362.

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

Color convert

RGB1062259-
CMYK00.790.440.58
HSL333.57º65.62%25.1%-
HSV(B)333.57º79.25%41.57%-
XYZ7.023.954.53-
YUV51.33132.33166.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.68%
GREEN value IS 22 (8.98% from 255) = 11.76%
BLUE value IS 59 (23.44% from 255) = 31.55%
R=56.68%
G=11.76%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106225900.790.440.58333.5765.6225.1
Hex6A163B04F2C3A14e4219
Octal15226730117547251610231
Binary11010101011011101101001111101100111010101001110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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