#6C2446

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

Shades of Pompadour #6C2446

Tints of Pompadour #6C2446

Color information

#6C2446 (or 0x6C2446) is unknown color: approx Pompadour. HEX triplet: 6C, 24 and 46. RGB value is (108,36,70). Sum of RGB (Red+Green+Blue) = 108+36+70=214 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.47% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2446 is #93DBB9. Grayscale: #3D3D3D. Windows color (decimal): -9690042 or 4596844. OLE color: 4596844.

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

Color convert

RGB1083670-
CMYK00.670.350.58
HSL331.67º50%28.24%-
HSV(B)331.67º66.67%42.35%-
XYZ7.924.896.32-
YUV61.4132.85161.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.47%
GREEN value IS 36 (14.45% from 255) = 16.82%
BLUE value IS 70 (27.73% from 255) = 32.71%
R=50.47%
G=16.82%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108367000.670.350.58331.675028.24
Hex6C2446043233A14c321c
Octal15444106010343725146234
Binary110110010010010001100100001110001111101010100110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,36,70); }

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

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

 a { background-color: rgb(108,36,70); }

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

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

 span { border-color: rgb(108,36,70); }

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