#691C39

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

Shades of Pompadour #691C39

Tints of Pompadour #691C39

Color information

#691C39 (or 0x691C39) is unknown color: approx Pompadour. HEX triplet: 69, 1C and 39. RGB value is (105,28,57). Sum of RGB (Red+Green+Blue) = 105+28+57=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #691C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691C39 is #96E3C6. Grayscale: #363636. Windows color (decimal): -9888711 or 3742825. OLE color: 3742825.

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

Color convert

RGB1052857-
CMYK00.730.460.59
HSL337.4º57.89%26.08%-
HSV(B)337.4º73.33%41.18%-
XYZ6.984.134.3-
YUV54.33129.51164.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.26%
GREEN value IS 28 (11.33% from 255) = 14.74%
BLUE value IS 57 (22.66% from 255) = 30%
R=55.26%
G=14.74%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105285700.730.460.59337.457.8926.08
Hex691C390492E3B1513a1a
Octal1513471011156735217232
Binary1101001111001110010100100110111011101110101000111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,28,57); }

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

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

 a { background-color: rgb(105,28,57); }

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

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

 span { border-color: rgb(105,28,57); }

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