#6A2541

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

Shades of Pompadour #6A2541

Tints of Pompadour #6A2541

Color information

#6A2541 (or 0x6A2541) is unknown color: approx Pompadour. HEX triplet: 6A, 25 and 41. RGB value is (106,37,65). Sum of RGB (Red+Green+Blue) = 106+37+65=208 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.96% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2541 is #95DABE. Grayscale: #3C3C3C. Windows color (decimal): -9820863 or 4269418. OLE color: 4269418.

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

Color convert

RGB1063765-
CMYK00.650.390.58
HSL335.65º48.25%28.04%-
HSV(B)335.65º65.09%41.57%-
XYZ7.564.775.52-
YUV60.82130.36160.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.96%
GREEN value IS 37 (14.84% from 255) = 17.79%
BLUE value IS 65 (25.78% from 255) = 31.25%
R=50.96%
G=17.79%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106376500.650.390.58335.6548.2528.04
Hex6A2541041273A150301c
Octal15245101010147725206034
Binary110101010010110000010100000110011111101010101000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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