#9D6873

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

Shades of Turkish Rose #9D6873

Tints of Turkish Rose #9D6873

Color information

#9D6873 (or 0x9D6873) is unknown color: approx Turkish Rose. HEX triplet: 9D, 68 and 73. RGB value is (157,104,115). Sum of RGB (Red+Green+Blue) = 157+104+115=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6873 is #62978C. Grayscale: #797979. Windows color (decimal): -6461325 or 7563421. OLE color: 7563421.

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

Color convert

RGB157104115-
CMYK00.340.270.38
HSL347.55º21.29%51.18%-
HSV(B)347.55º33.76%61.57%-
XYZ21.9518.3118.6-
YUV121.1124.56153.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.76%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=41.76%
G=27.66%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710411500.340.270.38347.5521.2951.18
Hex9D68730221B2615c1533
Octal23515016304233465342563
Binary100111011101000111001101000101101110011010101110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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