#6A213E

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

Shades of Pompadour #6A213E

Tints of Pompadour #6A213E

Color information

#6A213E (or 0x6A213E) is unknown color: approx Pompadour. HEX triplet: 6A, 21 and 3E. RGB value is (106,33,62). Sum of RGB (Red+Green+Blue) = 106+33+62=201 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.74% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 106 - color contains mainly: red. Hex color #6A213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A213E is #95DEC1. Grayscale: #3A3A3A. Windows color (decimal): -9821890 or 4071786. OLE color: 4071786.

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

Color convert

RGB1063362-
CMYK00.690.420.58
HSL336.16º52.52%27.25%-
HSV(B)336.16º68.87%41.57%-
XYZ7.364.55.04-
YUV58.13130.18162.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 52.74%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=52.74%
G=16.42%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106336200.690.420.58336.1652.5227.25
Hex6A213E0452A3A150351b
Octal1524176010552725206533
Binary11010101000011111100100010110101011101010101000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,33,62); }

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

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

 a { background-color: rgb(106,33,62); }

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

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

 span { border-color: rgb(106,33,62); }

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