#6C2541

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

Shades of Pompadour #6C2541

Tints of Pompadour #6C2541

Color information

#6C2541 (or 0x6C2541) is unknown color: approx Pompadour. HEX triplet: 6C, 25 and 41. RGB value is (108,37,65). Sum of RGB (Red+Green+Blue) = 108+37+65=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2541 is #93DABE. Grayscale: #3D3D3D. Windows color (decimal): -9689791 or 4269420. OLE color: 4269420.

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

Color convert

RGB1083765-
CMYK00.660.400.58
HSL336.34º48.97%28.43%-
HSV(B)336.34º65.74%42.35%-
XYZ7.84.895.53-
YUV61.42130.02161.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 51.43%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 65 (25.78% from 255) = 30.95%
R=51.43%
G=17.62%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108376500.660.400.58336.3448.9728.43
Hex6C2541042283A150311c
Octal15445101010250725206134
Binary110110010010110000010100001010100011101010101000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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