#691E3F

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

Shades of Pompadour #691E3F

Tints of Pompadour #691E3F

Color information

#691E3F (or 0x691E3F) is unknown color: approx Pompadour. HEX triplet: 69, 1E and 3F. RGB value is (105,30,63). Sum of RGB (Red+Green+Blue) = 105+30+63=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #691E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691E3F is #96E1C0. Grayscale: #383838. Windows color (decimal): -9888193 or 4136553. OLE color: 4136553.

HSL color Cylindrical-coordinate representation of color #691E3F: hue angle of 333.6º 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 #691E3F is Cyan = 0, Magento = 0.71, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB1053063-
CMYK00.710.40.59
HSL333.6º55.56%26.47%-
HSV(B)333.6º71.43%41.18%-
XYZ7.194.295.15-
YUV56.19131.85162.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.03%
GREEN value IS 30 (12.11% from 255) = 15.15%
BLUE value IS 63 (25% from 255) = 31.82%
R=53.03%
G=15.15%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105306300.710.40.59333.655.5626.47
Hex691E3F047283B14e381a
Octal1513677010750735167032
Binary1101001111101111110100011110100011101110100111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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