#691146

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

Shades of Pompadour #691146

Tints of Pompadour #691146

Color information

#691146 (or 0x691146) is unknown color: approx Pompadour. HEX triplet: 69, 11 and 46. RGB value is (105,17,70). Sum of RGB (Red+Green+Blue) = 105+17+70=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #691146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691146 is #96EEB9. Grayscale: #313131. Windows color (decimal): -9891514 or 4591977. OLE color: 4591977.

HSL color Cylindrical-coordinate representation of color #691146: hue angle of 323.86º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691146 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB1051770-
CMYK00.840.330.59
HSL323.86º72.13%23.92%-
HSV(B)323.86º83.81%41.18%-
XYZ7.133.856.16-
YUV49.35139.65167.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.69%
GREEN value IS 17 (7.03% from 255) = 8.85%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=54.69%
G=8.85%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105177000.840.330.59323.8672.1323.92
Hex691146054213B1444818
Octal151211060124417350411030
Binary110100110001100011001010100100001111011101000100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691146; }

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

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

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

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

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

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

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

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