#925959

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

Shades of Rose Taupe #925959

Tints of Rose Taupe #925959

Color information

#925959 (or 0x925959) is unknown color: approx Rose Taupe. HEX triplet: 92, 59 and 59. RGB value is (146,89,89). Sum of RGB (Red+Green+Blue) = 146+89+89=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 146 - color contains mainly: red. Hex color #925959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925959 is #6DA6A6. Grayscale: #6A6A6A. Windows color (decimal): -7186087 or 5855634. OLE color: 5855634.

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

Color convert

RGB1468989-
CMYK00.390.390.43
HSL24.26%46.08%-
HSV(B)39.04%57.25%-
XYZ17.2313.9811.24-
YUV106.04118.38156.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.06%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 89 (35.16% from 255) = 27.47%
R=45.06%
G=27.47%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146898900.390.390.43024.2646.08
Hex925959027272B0182e
Octal222131131047475303056
Binary10010010101100110110010100111100111101011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925959; }

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

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

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

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

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

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

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

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