#6F174C

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

Shades of Pompadour #6F174C

Tints of Pompadour #6F174C

Color information

#6F174C (or 0x6F174C) is unknown color: approx Pompadour. HEX triplet: 6F, 17 and 4C. RGB value is (111,23,76). Sum of RGB (Red+Green+Blue) = 111+23+76=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F174C is #90E8B3. Grayscale: #373737. Windows color (decimal): -9496756 or 4986735. OLE color: 4986735.

HSL color Cylindrical-coordinate representation of color #6F174C: hue angle of 323.86º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F174C is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1112376-
CMYK00.790.320.56
HSL323.86º65.67%26.27%-
HSV(B)323.86º79.28%43.53%-
XYZ8.174.517.28-
YUV55.35139.65167.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.86%
GREEN value IS 23 (9.38% from 255) = 10.95%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=52.86%
G=10.95%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111237600.790.320.56323.8665.6726.27
Hex6F174C04F2038144421a
Octal157271140117407050410232
Binary110111110111100110001001111100000111000101000100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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