#692542

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

Shades of Pompadour #692542

Tints of Pompadour #692542

Color information

#692542 (or 0x692542) is unknown color: approx Pompadour. HEX triplet: 69, 25 and 42. RGB value is (105,37,66). Sum of RGB (Red+Green+Blue) = 105+37+66=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #692542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692542 is #96DABD. Grayscale: #3C3C3C. Windows color (decimal): -9886398 or 4334953. OLE color: 4334953.

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

Color convert

RGB1053766-
CMYK00.650.370.59
HSL334.41º47.89%27.84%-
HSV(B)334.41º64.76%41.18%-
XYZ7.474.725.67-
YUV60.64131.03159.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.48%
GREEN value IS 37 (14.84% from 255) = 17.79%
BLUE value IS 66 (26.17% from 255) = 31.73%
R=50.48%
G=17.79%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105376600.650.370.59334.4147.8927.84
Hex692542041253B14e301c
Octal15145102010145735166034
Binary110100110010110000100100000110010111101110100111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692542; }

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

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

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

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

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

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

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

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