#9F6B71

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

Shades of Turkish Rose #9F6B71

Tints of Turkish Rose #9F6B71

Color information

#9F6B71 (or 0x9F6B71) is unknown color: approx Turkish Rose. HEX triplet: 9F, 6B and 71. RGB value is (159,107,113). Sum of RGB (Red+Green+Blue) = 159+107+113=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6B71 is #60948E. Grayscale: #7B7B7B. Windows color (decimal): -6329487 or 7433119. OLE color: 7433119.

HSL color Cylindrical-coordinate representation of color #9F6B71: hue angle of 353.08º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F6B71 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB159107113-
CMYK00.330.290.38
HSL353.08º21.31%52.16%-
HSV(B)353.08º32.7%62.35%-
XYZ22.5419.0818.12-
YUV123.23122.23153.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.95%
GREEN value IS 107 (42.19% from 255) = 28.23%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=41.95%
G=28.23%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910711300.330.290.38353.0821.3152.16
Hex9F6B710211D261611534
Octal23715316104135465412564
Binary100111111101011111000101000011110110011010110000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,107,113); }

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

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

 a { background-color: rgb(159,107,113); }

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

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

 span { border-color: rgb(159,107,113); }

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