#6C1340

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

Shades of Pompadour #6C1340

Tints of Pompadour #6C1340

Color information

#6C1340 (or 0x6C1340) is unknown color: approx Pompadour. HEX triplet: 6C, 13 and 40. RGB value is (108,19,64). Sum of RGB (Red+Green+Blue) = 108+19+64=191 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.54% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1340 is #93ECBF. Grayscale: #323232. Windows color (decimal): -9694400 or 4199276. OLE color: 4199276.

HSL color Cylindrical-coordinate representation of color #6C1340: hue angle of 329.66º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C1340 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB1081964-
CMYK00.820.410.58
HSL329.66º70.08%24.9%-
HSV(B)329.66º82.41%42.35%-
XYZ7.344.025.24-
YUV50.74135.49168.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 56.54%
GREEN value IS 19 (7.81% from 255) = 9.95%
BLUE value IS 64 (25.39% from 255) = 33.51%
R=56.54%
G=9.95%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108196400.820.410.58329.6670.0824.9
Hex6C1340052293A14a4619
Octal154231000122517251210631
Binary110110010011100000001010010101001111010101001010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,19,64); }

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

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

 a { background-color: rgb(108,19,64); }

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

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

 span { border-color: rgb(108,19,64); }

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