#6B1146

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

Shades of Pompadour #6B1146

Tints of Pompadour #6B1146

Color information

#6B1146 (or 0x6B1146) is unknown color: approx Pompadour. HEX triplet: 6B, 11 and 46. RGB value is (107,17,70). Sum of RGB (Red+Green+Blue) = 107+17+70=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1146 is #94EEB9. Grayscale: #313131. Windows color (decimal): -9760442 or 4591979. OLE color: 4591979.

HSL color Cylindrical-coordinate representation of color #6B1146: hue angle of 324.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1146 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB1071770-
CMYK00.840.350.58
HSL324.67º72.58%24.31%-
HSV(B)324.67º84.11%41.96%-
XYZ7.373.976.17-
YUV49.95139.32168.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 55.15%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 70 (27.73% from 255) = 36.08%
R=55.15%
G=8.76%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107177000.840.350.58324.6772.5824.31
Hex6B1146054233A1454918
Octal153211060124437250511130
Binary110101110001100011001010100100011111010101000101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,17,70); }

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

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

 a { background-color: rgb(107,17,70); }

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

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

 span { border-color: rgb(107,17,70); }

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