#6A2341

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

Shades of Pompadour #6A2341

Tints of Pompadour #6A2341

Color information

#6A2341 (or 0x6A2341) is unknown color: approx Pompadour. HEX triplet: 6A, 23 and 41. RGB value is (106,35,65). Sum of RGB (Red+Green+Blue) = 106+35+65=206 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.46% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2341 is #95DCBE. Grayscale: #3B3B3B. Windows color (decimal): -9821375 or 4268906. OLE color: 4268906.

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

Color convert

RGB1063565-
CMYK00.670.390.58
HSL334.65º50.35%27.65%-
HSV(B)334.65º66.98%41.57%-
XYZ7.54.655.5-
YUV59.65131.02161.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.46%
GREEN value IS 35 (14.06% from 255) = 16.99%
BLUE value IS 65 (25.78% from 255) = 31.55%
R=51.46%
G=16.99%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106356500.670.390.58334.6550.3527.65
Hex6A2341043273A14f321c
Octal15243101010347725176234
Binary110101010001110000010100001110011111101010100111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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