#935F5F

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

Shades of Rose Taupe #935F5F

Tints of Rose Taupe #935F5F

Color information

#935F5F (or 0x935F5F) is unknown color: approx Rose Taupe. HEX triplet: 93, 5F and 5F. RGB value is (147,95,95). Sum of RGB (Red+Green+Blue) = 147+95+95=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #935F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935F5F is #6CA0A0. Grayscale: #6E6E6E. Windows color (decimal): -7119009 or 6250387. OLE color: 6250387.

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

Color convert

RGB1479595-
CMYK00.350.350.42
HSL21.49%47.45%-
HSV(B)35.37%57.65%-
XYZ18.1915.2112.8-
YUV110.55119.23154-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.62%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 95 (37.5% from 255) = 28.19%
R=43.62%
G=28.19%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147959500.350.350.42021.4947.45
Hex935F5F023232A0152f
Octal223137137043435202557
Binary10010011101111110111110100011100011101010010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935F5F; }

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

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

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

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

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

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

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

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