#6B1746

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

Shades of Pompadour #6B1746

Tints of Pompadour #6B1746

Color information

#6B1746 (or 0x6B1746) is unknown color: approx Pompadour. HEX triplet: 6B, 17 and 46. RGB value is (107,23,70). Sum of RGB (Red+Green+Blue) = 107+23+70=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1746 is #94E8B9. Grayscale: #353535. Windows color (decimal): -9758906 or 4593515. OLE color: 4593515.

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

Color convert

RGB1072370-
CMYK00.790.350.58
HSL326.43º64.62%25.49%-
HSV(B)326.43º78.5%41.96%-
XYZ7.484.186.21-
YUV53.47137.33166.18-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.5%
GREEN value IS 23 (9.38% from 255) = 11.5%
BLUE value IS 70 (27.73% from 255) = 35%
R=53.5%
G=11.5%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107237000.790.350.58326.4364.6225.49
Hex6B174604F233A1464119
Octal153271060117437250610131
Binary110101110111100011001001111100011111010101000110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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