#6F2746

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

Shades of Pompadour #6F2746

Tints of Pompadour #6F2746

Color information

#6F2746 (or 0x6F2746) is unknown color: approx Pompadour. HEX triplet: 6F, 27 and 46. RGB value is (111,39,70). Sum of RGB (Red+Green+Blue) = 111+39+70=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2746 is #90D8B9. Grayscale: #404040. Windows color (decimal): -9492666 or 4597615. OLE color: 4597615.

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

Color convert

RGB1113970-
CMYK00.650.370.56
HSL334.17º48%29.41%-
HSV(B)334.17º64.86%43.53%-
XYZ8.395.276.37-
YUV64.06131.35161.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.45%
GREEN value IS 39 (15.62% from 255) = 17.73%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=50.45%
G=17.73%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111397000.650.370.56334.174829.41
Hex6F2746041253814e301d
Octal15747106010145705166035
Binary110111110011110001100100000110010111100010100111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,39,70); }

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

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

 a { background-color: rgb(111,39,70); }

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

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

 span { border-color: rgb(111,39,70); }

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