#692546

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

Shades of Pompadour #692546

Tints of Pompadour #692546

Color information

#692546 (or 0x692546) is unknown color: approx Pompadour. HEX triplet: 69, 25 and 46. RGB value is (105,37,70). Sum of RGB (Red+Green+Blue) = 105+37+70=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #692546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692546 is #96DAB9. Grayscale: #3D3D3D. Windows color (decimal): -9886394 or 4597097. OLE color: 4597097.

HSL color Cylindrical-coordinate representation of color #692546: hue angle of 330.88º 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 #692546 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB1053770-
CMYK00.650.330.59
HSL330.88º47.89%27.84%-
HSV(B)330.88º64.76%41.18%-
XYZ7.594.776.31-
YUV61.09133.03159.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.53%
GREEN value IS 37 (14.84% from 255) = 17.45%
BLUE value IS 70 (27.73% from 255) = 33.02%
R=49.53%
G=17.45%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105377000.650.330.59330.8847.8927.84
Hex692546041213B14b301c
Octal15145106010141735136034
Binary110100110010110001100100000110000111101110100101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692546; }

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

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

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

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

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

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

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

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