#6C2948

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

Shades of Pompadour #6C2948

Tints of Pompadour #6C2948

Color information

#6C2948 (or 0x6C2948) is unknown color: approx Pompadour. HEX triplet: 6C, 29 and 48. RGB value is (108,41,72). Sum of RGB (Red+Green+Blue) = 108+41+72=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2948 is #93D6B7. Grayscale: #404040. Windows color (decimal): -9688760 or 4729196. OLE color: 4729196.

HSL color Cylindrical-coordinate representation of color #6C2948: hue angle of 332.24º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C2948 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB1084172-
CMYK00.620.330.58
HSL332.24º44.97%29.22%-
HSV(B)332.24º62.04%42.35%-
XYZ8.155.246.71-
YUV64.57132.2158.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.87%
GREEN value IS 41 (16.41% from 255) = 18.55%
BLUE value IS 72 (28.52% from 255) = 32.58%
R=48.87%
G=18.55%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108417200.620.330.58332.2444.9729.22
Hex6C294803E213A14c2d1d
Octal1545111007641725145535
Binary11011001010011001000011111010000111101010100110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,41,72); }

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

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

 a { background-color: rgb(108,41,72); }

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

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

 span { border-color: rgb(108,41,72); }

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