#691137

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

Shades of Pompadour #691137

Tints of Pompadour #691137

Color information

#691137 (or 0x691137) is unknown color: approx Pompadour. HEX triplet: 69, 11 and 37. RGB value is (105,17,55). Sum of RGB (Red+Green+Blue) = 105+17+55=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #691137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691137 is #96EEC8. Grayscale: #2F2F2F. Windows color (decimal): -9891529 or 3608937. OLE color: 3608937.

HSL color Cylindrical-coordinate representation of color #691137: hue angle of 334.09º 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 #691137 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB1051755-
CMYK00.840.480.59
HSL334.09º72.13%23.92%-
HSV(B)334.09º83.81%41.18%-
XYZ6.723.683.97-
YUV47.64132.15168.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.32%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 55 (21.88% from 255) = 31.07%
R=59.32%
G=9.60%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105175500.840.480.59334.0972.1323.92
Hex691137054303B14e4818
Octal15121670124607351611030
Binary11010011000111011101010100110000111011101001110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691137; }

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

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

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

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

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

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

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

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