#692540

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

Shades of Pompadour #692540

Tints of Pompadour #692540

Color information

#692540 (or 0x692540) is unknown color: approx Pompadour. HEX triplet: 69, 25 and 40. RGB value is (105,37,64). Sum of RGB (Red+Green+Blue) = 105+37+64=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #692540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692540 is #96DABF. Grayscale: #3C3C3C. Windows color (decimal): -9886400 or 4203881. OLE color: 4203881.

HSL color Cylindrical-coordinate representation of color #692540: hue angle of 336.18º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #692540 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1053764-
CMYK00.650.390.59
HSL336.18º47.89%27.84%-
HSV(B)336.18º64.76%41.18%-
XYZ7.414.75.37-
YUV60.41130.03159.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.97%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 64 (25.39% from 255) = 31.07%
R=50.97%
G=17.96%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105376400.650.390.59336.1847.8927.84
Hex692540041273B150301c
Octal15145100010147735206034
Binary110100110010110000000100000110011111101110101000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692540; }

 p { color: rgb(105,37,64); }

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

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

 a { background-color: rgb(105,37,64); }

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

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

 span { border-color: rgb(105,37,64); }

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