#6C1E41

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

Shades of Pompadour #6C1E41

Tints of Pompadour #6C1E41

Color information

#6C1E41 (or 0x6C1E41) is unknown color: approx Pompadour. HEX triplet: 6C, 1E and 41. RGB value is (108,30,65). Sum of RGB (Red+Green+Blue) = 108+30+65=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1E41 is #93E1BE. Grayscale: #393939. Windows color (decimal): -9691583 or 4267628. OLE color: 4267628.

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

Color convert

RGB1083065-
CMYK00.720.400.58
HSL333.08º56.52%27.06%-
HSV(B)333.08º72.22%42.35%-
XYZ7.64.55.47-
YUV57.31132.34164.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.20%
GREEN value IS 30 (12.11% from 255) = 14.78%
BLUE value IS 65 (25.78% from 255) = 32.02%
R=53.20%
G=14.78%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108306500.720.400.58333.0856.5227.06
Hex6C1E41048283A14d391b
Octal15436101011050725157133
Binary11011001111010000010100100010100011101010100110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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