#9F8385

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

Shades of Turkish Rose #9F8385

Tints of Turkish Rose #9F8385

Color information

#9F8385 (or 0x9F8385) is unknown color: approx Turkish Rose. HEX triplet: 9F, 83 and 85. RGB value is (159,131,133). Sum of RGB (Red+Green+Blue) = 159+131+133=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8385 is #607C7A. Grayscale: #8B8B8B. Windows color (decimal): -6323323 or 8749983. OLE color: 8749983.

HSL color Cylindrical-coordinate representation of color #9F8385: hue angle of 355.71º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F8385 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB159131133-
CMYK00.180.160.38
HSL355.71º12.73%56.86%-
HSV(B)355.71º17.61%62.35%-
XYZ26.6525.325.67-
YUV139.6124.28141.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.59%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 133 (52.34% from 255) = 31.44%
R=37.59%
G=30.97%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913113300.180.160.38355.7112.7356.86
Hex9F83850121026164d39
Octal23720320502220465441571
Binary100111111000001110000101010010100001001101011001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F8385; }

 p { color: rgb(159,131,133); }

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

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

 a { background-color: rgb(159,131,133); }

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

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

 span { border-color: rgb(159,131,133); }

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