#691648

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

Shades of Pompadour #691648

Tints of Pompadour #691648

Color information

#691648 (or 0x691648) is unknown color: approx Pompadour. HEX triplet: 69, 16 and 48. RGB value is (105,22,72). Sum of RGB (Red+Green+Blue) = 105+22+72=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #691648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691648 is #96E9B7. Grayscale: #343434. Windows color (decimal): -9890232 or 4724329. OLE color: 4724329.

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

Color convert

RGB1052272-
CMYK00.790.310.59
HSL323.86º65.35%24.9%-
HSV(B)323.86º79.05%41.18%-
XYZ7.284.046.53-
YUV52.52139165.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.76%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 72 (28.52% from 255) = 36.18%
R=52.76%
G=11.06%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105227200.790.310.59323.8665.3524.9
Hex69164804F1F3B1444119
Octal151261100117377350410131
Binary11010011011010010000100111111111111011101000100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691648; }

 p { color: rgb(105,22,72); }

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

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

 a { background-color: rgb(105,22,72); }

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

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

 span { border-color: rgb(105,22,72); }

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