#925956

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

Shades of Rose Taupe #925956

Tints of Rose Taupe #925956

Color information

#925956 (or 0x925956) is unknown color: approx Rose Taupe. HEX triplet: 92, 59 and 56. RGB value is (146,89,86). Sum of RGB (Red+Green+Blue) = 146+89+86=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #925956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925956 is #6DA6A9. Grayscale: #696969. Windows color (decimal): -7186090 or 5659026. OLE color: 5659026.

HSL color Cylindrical-coordinate representation of color #925956: hue angle of 3º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #925956 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB1468986-
CMYK00.390.410.43
HSL25.86%45.49%-
HSV(B)41.1%57.25%-
XYZ17.1113.9310.59-
YUV105.7116.88156.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.48%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=45.48%
G=27.73%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146898600.390.410.43325.8645.49
Hex925956027292B31a2d
Octal222131126047515333255
Binary100100101011001101011001001111010011010111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925956; }

 p { color: rgb(146,89,86); }

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

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

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

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

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

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

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