#925C56

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

Shades of Rose Taupe #925C56

Tints of Rose Taupe #925C56

Color information

#925C56 (or 0x925C56) is unknown color: approx Rose Taupe. HEX triplet: 92, 5C and 56. RGB value is (146,92,86). Sum of RGB (Red+Green+Blue) = 146+92+86=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 146 - color contains mainly: red. Hex color #925C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C56 is #6DA3A9. Grayscale: #6B6B6B. Windows color (decimal): -7185322 or 5659794. OLE color: 5659794.

HSL color Cylindrical-coordinate representation of color #925C56: hue angle of 6º 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 #925C56 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB1469286-
CMYK00.370.410.43
HSL25.86%45.49%-
HSV(B)41.1%57.25%-
XYZ17.3614.4410.68-
YUV107.46115.89155.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.06%
GREEN value IS 92 (36.33% from 255) = 28.40%
BLUE value IS 86 (33.98% from 255) = 26.54%
R=45.06%
G=28.40%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146928600.370.410.43625.8645.49
Hex925C56025292B61a2d
Octal222134126045515363255
Binary1001001010111001010110010010110100110101111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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