#691E41

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

Shades of Pompadour #691E41

Tints of Pompadour #691E41

Color information

#691E41 (or 0x691E41) is unknown color: approx Pompadour. HEX triplet: 69, 1E and 41. RGB value is (105,30,65). Sum of RGB (Red+Green+Blue) = 105+30+65=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #691E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691E41 is #96E1BE. Grayscale: #383838. Windows color (decimal): -9888191 or 4267625. OLE color: 4267625.

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

Color convert

RGB1053065-
CMYK00.710.380.59
HSL332º55.56%26.47%-
HSV(B)332º71.43%41.18%-
XYZ7.244.315.45-
YUV56.41132.85162.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.5%
GREEN value IS 30 (12.11% from 255) = 15%
BLUE value IS 65 (25.78% from 255) = 32.5%
R=52.5%
G=15%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105306500.710.380.5933255.5626.47
Hex691E41047263B14c381a
Octal15136101010746735147032
Binary11010011111010000010100011110011011101110100110011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,30,65); }

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

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

 a { background-color: rgb(105,30,65); }

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

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

 span { border-color: rgb(105,30,65); }

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