#9F6F76

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

Shades of Turkish Rose #9F6F76

Tints of Turkish Rose #9F6F76

Color information

#9F6F76 (or 0x9F6F76) is unknown color: approx Turkish Rose. HEX triplet: 9F, 6F and 76. RGB value is (159,111,118). Sum of RGB (Red+Green+Blue) = 159+111+118=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6F76 is #609089. Grayscale: #7E7E7E. Windows color (decimal): -6328458 or 7761823. OLE color: 7761823.

HSL color Cylindrical-coordinate representation of color #9F6F76: hue angle of 351.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F6F76 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB159111118-
CMYK00.300.260.38
HSL351.25º20%52.94%-
HSV(B)351.25º30.19%62.35%-
XYZ23.2520.0519.78-
YUV126.15123.4151.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.98%
GREEN value IS 111 (43.75% from 255) = 28.61%
BLUE value IS 118 (46.48% from 255) = 30.41%
R=40.98%
G=28.61%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911111800.300.260.38351.252052.94
Hex9F6F7601E1A2615f1435
Octal23715716603632465372465
Binary10011111110111111101100111101101010011010101111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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