#6A2343

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

Shades of Pompadour #6A2343

Tints of Pompadour #6A2343

Color information

#6A2343 (or 0x6A2343) is unknown color: approx Pompadour. HEX triplet: 6A, 23 and 43. RGB value is (106,35,67). Sum of RGB (Red+Green+Blue) = 106+35+67=208 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.96% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2343 is #95DCBC. Grayscale: #3B3B3B. Windows color (decimal): -9821373 or 4399978. OLE color: 4399978.

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

Color convert

RGB1063567-
CMYK00.670.370.58
HSL332.96º50.35%27.65%-
HSV(B)332.96º66.98%41.57%-
XYZ7.564.675.81-
YUV59.88132.02160.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.96%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 67 (26.56% from 255) = 32.21%
R=50.96%
G=16.83%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106356700.670.370.58332.9650.3527.65
Hex6A2343043253A14d321c
Octal15243103010345725156234
Binary110101010001110000110100001110010111101010100110111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,35,67); }

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

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

 a { background-color: rgb(106,35,67); }

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

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

 span { border-color: rgb(106,35,67); }

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