#9D6F7B

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

Shades of Turkish Rose #9D6F7B

Tints of Turkish Rose #9D6F7B

Color information

#9D6F7B (or 0x9D6F7B) is unknown color: approx Turkish Rose. HEX triplet: 9D, 6F and 7B. RGB value is (157,111,123). Sum of RGB (Red+Green+Blue) = 157+111+123=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6F7B is #629084. Grayscale: #7E7E7E. Windows color (decimal): -6459525 or 8089501. OLE color: 8089501.

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

Color convert

RGB157111123-
CMYK00.290.220.38
HSL344.35º19.01%52.55%-
HSV(B)344.35º29.3%61.57%-
XYZ23.1619.9721.37-
YUV126.12126.24150.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.15%
GREEN value IS 111 (43.75% from 255) = 28.39%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=40.15%
G=28.39%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711112300.290.220.38344.3519.0152.55
Hex9D6F7B01D16261581335
Octal23515717303526465302365
Binary10011101110111111110110111011011010011010101100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,111,123); }

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

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

 a { background-color: rgb(157,111,123); }

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

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

 span { border-color: rgb(157,111,123); }

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