#6A163F

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

Shades of Pompadour #6A163F

Tints of Pompadour #6A163F

Color information

#6A163F (or 0x6A163F) is unknown color: approx Pompadour. HEX triplet: 6A, 16 and 3F. RGB value is (106,22,63). Sum of RGB (Red+Green+Blue) = 106+22+63=191 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.50% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 106 - color contains mainly: red. Hex color #6A163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A163F is #95E9C0. Grayscale: #333333. Windows color (decimal): -9824705 or 4134506. OLE color: 4134506.

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

Color convert

RGB1062263-
CMYK00.790.410.58
HSL330.71º65.62%25.1%-
HSV(B)330.71º79.25%41.57%-
XYZ7.1345.1-
YUV51.79134.33166.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 55.50%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 63 (25% from 255) = 32.98%
R=55.50%
G=11.52%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106226300.790.410.58330.7165.6225.1
Hex6A163F04F293A14b4219
Octal15226770117517251310231
Binary11010101011011111101001111101001111010101001011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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