#691A39

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

Shades of Pompadour #691A39

Tints of Pompadour #691A39

Color information

#691A39 (or 0x691A39) is unknown color: approx Pompadour. HEX triplet: 69, 1A and 39. RGB value is (105,26,57). Sum of RGB (Red+Green+Blue) = 105+26+57=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #691A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691A39 is #96E5C6. Grayscale: #353535. Windows color (decimal): -9889223 or 3742313. OLE color: 3742313.

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

Color convert

RGB1052657-
CMYK00.750.460.59
HSL336.46º60.31%25.69%-
HSV(B)336.46º75.24%41.18%-
XYZ6.934.044.28-
YUV53.15130.17164.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.85%
GREEN value IS 26 (10.55% from 255) = 13.83%
BLUE value IS 57 (22.66% from 255) = 30.32%
R=55.85%
G=13.83%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105265700.750.460.59336.4660.3125.69
Hex691A3904B2E3B1503c1a
Octal1513271011356735207432
Binary1101001110101110010100101110111011101110101000011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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