#935959

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

Shades of Rose Taupe #935959

Tints of Rose Taupe #935959

Color information

#935959 (or 0x935959) is unknown color: approx Rose Taupe. HEX triplet: 93, 59 and 59. RGB value is (147,89,89). Sum of RGB (Red+Green+Blue) = 147+89+89=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #935959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935959 is #6CA6A6. Grayscale: #6A6A6A. Windows color (decimal): -7120551 or 5855635. OLE color: 5855635.

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

Color convert

RGB1478989-
CMYK00.390.390.42
HSL24.58%46.27%-
HSV(B)39.46%57.65%-
XYZ17.4114.0711.25-
YUV106.34118.22157-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 89 (35.16% from 255) = 27.38%
R=45.23%
G=27.38%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147898900.390.390.42024.5846.27
Hex935959027272A0192e
Octal223131131047475203156
Binary10010011101100110110010100111100111101010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935959; }

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

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

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

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

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

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

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

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