#9F6E7B

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

Shades of Turkish Rose #9F6E7B

Tints of Turkish Rose #9F6E7B

Color information

#9F6E7B (or 0x9F6E7B) is unknown color: approx Turkish Rose. HEX triplet: 9F, 6E and 7B. RGB value is (159,110,123). Sum of RGB (Red+Green+Blue) = 159+110+123=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6E7B is #609184. Grayscale: #7E7E7E. Windows color (decimal): -6328709 or 8089247. OLE color: 8089247.

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

Color convert

RGB159110123-
CMYK00.310.230.38
HSL344.08º20.33%52.75%-
HSV(B)344.08º30.82%62.35%-
XYZ23.4519.9521.35-
YUV126.13126.23151.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.56%
GREEN value IS 110 (43.36% from 255) = 28.06%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=40.56%
G=28.06%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911012300.310.230.38344.0820.3352.75
Hex9F6E7B01F17261581435
Octal23715617303727465302465
Binary10011111110111011110110111111011110011010101100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,110,123); }

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

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

 a { background-color: rgb(159,110,123); }

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

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

 span { border-color: rgb(159,110,123); }

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