#691D46

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

Shades of Pompadour #691D46

Tints of Pompadour #691D46

Color information

#691D46 (or 0x691D46) is unknown color: approx Pompadour. HEX triplet: 69, 1D and 46. RGB value is (105,29,70). Sum of RGB (Red+Green+Blue) = 105+29+70=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #691D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691D46 is #96E2B9. Grayscale: #383838. Windows color (decimal): -9888442 or 4595049. OLE color: 4595049.

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

Color convert

RGB1052970-
CMYK00.720.330.59
HSL327.63º56.72%26.27%-
HSV(B)327.63º72.38%41.18%-
XYZ7.374.326.24-
YUV56.4135.68162.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.47%
GREEN value IS 29 (11.72% from 255) = 14.22%
BLUE value IS 70 (27.73% from 255) = 34.31%
R=51.47%
G=14.22%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105297000.720.330.59327.6356.7226.27
Hex691D46048213B148391a
Octal15135106011041735107132
Binary11010011110110001100100100010000111101110100100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691D46; }

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

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

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

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

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

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

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

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