#6C2643

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

Shades of Pompadour #6C2643

Tints of Pompadour #6C2643

Color information

#6C2643 (or 0x6C2643) is unknown color: approx Pompadour. HEX triplet: 6C, 26 and 43. RGB value is (108,38,67). Sum of RGB (Red+Green+Blue) = 108+38+67=213 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.70% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2643 is #93D9BC. Grayscale: #3E3E3E. Windows color (decimal): -9689533 or 4400748. OLE color: 4400748.

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

Color convert

RGB1083867-
CMYK00.650.380.58
HSL335.14º47.95%28.63%-
HSV(B)335.14º64.81%42.35%-
XYZ7.894.985.86-
YUV62.24130.69160.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.70%
GREEN value IS 38 (15.23% from 255) = 17.84%
BLUE value IS 67 (26.56% from 255) = 31.46%
R=50.70%
G=17.84%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108386700.650.380.58335.1447.9528.63
Hex6C2643041263A14f301d
Octal15446103010146725176035
Binary110110010011010000110100000110011011101010100111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,38,67); }

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

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

 a { background-color: rgb(108,38,67); }

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

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

 span { border-color: rgb(108,38,67); }

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