#9D6876

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

Shades of Turkish Rose #9D6876

Tints of Turkish Rose #9D6876

Color information

#9D6876 (or 0x9D6876) is unknown color: approx Turkish Rose. HEX triplet: 9D, 68 and 76. RGB value is (157,104,118). Sum of RGB (Red+Green+Blue) = 157+104+118=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6876 is #629789. Grayscale: #797979. Windows color (decimal): -6461322 or 7760029. OLE color: 7760029.

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

Color convert

RGB157104118-
CMYK00.340.250.38
HSL344.15º21.29%51.18%-
HSV(B)344.15º33.76%61.57%-
XYZ22.1218.3819.52-
YUV121.44126.06153.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.42%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 118 (46.48% from 255) = 31.13%
R=41.42%
G=27.44%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710411800.340.250.38344.1521.2951.18
Hex9D687602219261581533
Octal23515016604231465302563
Binary100111011101000111011001000101100110011010101100010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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