#691446

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

Shades of Pompadour #691446

Tints of Pompadour #691446

Color information

#691446 (or 0x691446) is unknown color: approx Pompadour. HEX triplet: 69, 14 and 46. RGB value is (105,20,70). Sum of RGB (Red+Green+Blue) = 105+20+70=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #691446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691446 is #96EBB9. Grayscale: #333333. Windows color (decimal): -9890746 or 4592745. OLE color: 4592745.

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

Color convert

RGB1052070-
CMYK00.810.330.59
HSL324.71º68%24.51%-
HSV(B)324.71º80.95%41.18%-
XYZ7.183.956.18-
YUV51.11138.66166.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.85%
GREEN value IS 20 (8.20% from 255) = 10.26%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=53.85%
G=10.26%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105207000.810.330.59324.716824.51
Hex691446051213B1454419
Octal151241060121417350510431
Binary110100110100100011001010001100001111011101000101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691446; }

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

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

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

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

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

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

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

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