#691942

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

Shades of Pompadour #691942

Tints of Pompadour #691942

Color information

#691942 (or 0x691942) is unknown color: approx Pompadour. HEX triplet: 69, 19 and 42. RGB value is (105,25,66). Sum of RGB (Red+Green+Blue) = 105+25+66=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #691942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691942 is #96E6BD. Grayscale: #353535. Windows color (decimal): -9889470 or 4331881. OLE color: 4331881.

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

Color convert

RGB1052566-
CMYK00.760.370.59
HSL329.25º61.54%25.49%-
HSV(B)329.25º76.19%41.18%-
XYZ7.164.095.57-
YUV53.59135164.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.57%
GREEN value IS 25 (10.16% from 255) = 12.76%
BLUE value IS 66 (26.17% from 255) = 33.67%
R=53.57%
G=12.76%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105256600.760.370.59329.2561.5425.49
Hex69194204C253B1493e19
Octal15131102011445735117631
Binary11010011100110000100100110010010111101110100100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691942; }

 p { color: rgb(105,25,66); }

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

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

 a { background-color: rgb(105,25,66); }

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

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

 span { border-color: rgb(105,25,66); }

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