#9D6872

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

Shades of Turkish Rose #9D6872

Tints of Turkish Rose #9D6872

Color information

#9D6872 (or 0x9D6872) is unknown color: approx Turkish Rose. HEX triplet: 9D, 68 and 72. RGB value is (157,104,114). Sum of RGB (Red+Green+Blue) = 157+104+114=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6872 is #62978D. Grayscale: #797979. Windows color (decimal): -6461326 or 7497885. OLE color: 7497885.

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

Color convert

RGB157104114-
CMYK00.340.270.38
HSL348.68º21.29%51.18%-
HSV(B)348.68º33.76%61.57%-
XYZ21.8918.2818.29-
YUV120.99124.06153.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.87%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=41.87%
G=27.73%
B=30.4%

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
Decimal15710411400.340.270.38348.6821.2951.18
Hex9D68720221B2615d1533
Octal23515016204233465352563
Binary100111011101000111001001000101101110011010101110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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