#926260

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

Shades of Rose Taupe #926260

Tints of Rose Taupe #926260

Color information

#926260 (or 0x926260) is unknown color: approx Rose Taupe. HEX triplet: 92, 62 and 60. RGB value is (146,98,96). Sum of RGB (Red+Green+Blue) = 146+98+96=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 146 - color contains mainly: red. Hex color #926260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926260 is #6D9D9F. Grayscale: #707070. Windows color (decimal): -7183776 or 6316690. OLE color: 6316690.

HSL color Cylindrical-coordinate representation of color #926260: hue angle of 2.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926260 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB1469896-
CMYK00.330.340.43
HSL2.4º20.66%47.45%-
HSV(B)2.4º34.25%57.25%-
XYZ18.3315.6913.13-
YUV112.12118.9152.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.94%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 96 (37.89% from 255) = 28.24%
R=42.94%
G=28.82%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146989600.330.340.432.420.6647.45
Hex926260021222B2152f
Octal222142140041425322557
Binary100100101100010110000001000011000101010111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926260; }

 p { color: rgb(146,98,96); }

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

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

 a { background-color: rgb(146,98,96); }

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

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

 span { border-color: rgb(146,98,96); }

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