#9D6F73

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

Shades of Turkish Rose #9D6F73

Tints of Turkish Rose #9D6F73

Color information

#9D6F73 (or 0x9D6F73) is unknown color: approx Turkish Rose. HEX triplet: 9D, 6F and 73. RGB value is (157,111,115). Sum of RGB (Red+Green+Blue) = 157+111+115=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6F73 is #62908C. Grayscale: #7D7D7D. Windows color (decimal): -6459533 or 7565213. OLE color: 7565213.

HSL color Cylindrical-coordinate representation of color #9D6F73: hue angle of 354.78º 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 #9D6F73 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB157111115-
CMYK00.290.270.38
HSL354.78º19.01%52.55%-
HSV(B)354.78º29.3%61.57%-
XYZ22.6819.7718.84-
YUV125.21122.24150.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.99%
GREEN value IS 111 (43.75% from 255) = 28.98%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=40.99%
G=28.98%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711111500.290.270.38354.7819.0152.55
Hex9D6F7301D1B261631335
Octal23515716303533465432365
Binary10011101110111111100110111011101110011010110001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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