#925B5B

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

Shades of Rose Taupe #925B5B

Tints of Rose Taupe #925B5B

Color information

#925B5B (or 0x925B5B) is unknown color: approx Rose Taupe. HEX triplet: 92, 5B and 5B. RGB value is (146,91,91). Sum of RGB (Red+Green+Blue) = 146+91+91=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #925B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925B5B is #6DA4A4. Grayscale: #6B6B6B. Windows color (decimal): -7185573 or 5987218. OLE color: 5987218.

HSL color Cylindrical-coordinate representation of color #925B5B: hue angle of 0º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925B5B is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB1469191-
CMYK00.380.380.43
HSL23.21%46.47%-
HSV(B)37.67%57.25%-
XYZ17.4814.3511.75-
YUV107.44118.72155.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.51%
GREEN value IS 91 (35.94% from 255) = 27.74%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=44.51%
G=27.74%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146919100.380.380.43023.2146.47
Hex925B5B026262B0172e
Octal222133133046465302756
Binary10010010101101110110110100110100110101011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925B5B; }

 p { color: rgb(146,91,91); }

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

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

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

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

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

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

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