#691C3E

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

Shades of Pompadour #691C3E

Tints of Pompadour #691C3E

Color information

#691C3E (or 0x691C3E) is unknown color: approx Pompadour. HEX triplet: 69, 1C and 3E. RGB value is (105,28,62). Sum of RGB (Red+Green+Blue) = 105+28+62=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #691C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691C3E is #96E3C1. Grayscale: #363636. Windows color (decimal): -9888706 or 4070505. OLE color: 4070505.

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

Color convert

RGB1052862-
CMYK00.730.410.59
HSL333.51º57.89%26.08%-
HSV(B)333.51º73.33%41.18%-
XYZ7.114.184.99-
YUV54.9132.01163.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.85%
GREEN value IS 28 (11.33% from 255) = 14.36%
BLUE value IS 62 (24.61% from 255) = 31.79%
R=53.85%
G=14.36%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105286200.730.410.59333.5157.8926.08
Hex691C3E049293B14e3a1a
Octal1513476011151735167232
Binary1101001111001111100100100110100111101110100111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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