#6B174C

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

Shades of Pompadour #6B174C

Tints of Pompadour #6B174C

Color information

#6B174C (or 0x6B174C) is unknown color: approx Pompadour. HEX triplet: 6B, 17 and 4C. RGB value is (107,23,76). Sum of RGB (Red+Green+Blue) = 107+23+76=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B174C is #94E8B3. Grayscale: #363636. Windows color (decimal): -9758900 or 4986731. OLE color: 4986731.

HSL color Cylindrical-coordinate representation of color #6B174C: hue angle of 322.14º 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 #6B174C is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB1072376-
CMYK00.790.290.58
HSL322.14º64.62%25.49%-
HSV(B)322.14º78.5%41.96%-
XYZ7.674.267.26-
YUV54.16140.33165.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.94%
GREEN value IS 23 (9.38% from 255) = 11.17%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=51.94%
G=11.17%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107237600.790.290.58322.1464.6225.49
Hex6B174C04F1D3A1424119
Octal153271140117357250210131
Binary11010111011110011000100111111101111010101000010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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