#9F656F

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

Shades of Turkish Rose #9F656F

Tints of Turkish Rose #9F656F

Color information

#9F656F (or 0x9F656F) is unknown color: approx Turkish Rose. HEX triplet: 9F, 65 and 6F. RGB value is (159,101,111). Sum of RGB (Red+Green+Blue) = 159+101+111=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F656F is #609A90. Grayscale: #777777. Windows color (decimal): -6331025 or 7300511. OLE color: 7300511.

HSL color Cylindrical-coordinate representation of color #9F656F: hue angle of 349.66º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F656F is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB159101111-
CMYK00.360.300.38
HSL349.66º23.2%50.98%-
HSV(B)349.66º36.48%62.35%-
XYZ21.8217.8317.33-
YUV119.48123.22156.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.86%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=42.86%
G=27.22%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910111100.360.300.38349.6623.250.98
Hex9F656F0241E2615e1733
Octal23714515704436465362763
Binary100111111100101110111101001001111010011010101111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,101,111); }

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

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

 a { background-color: rgb(159,101,111); }

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

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

 span { border-color: rgb(159,101,111); }

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