#9D6D72

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

Shades of Turkish Rose #9D6D72

Tints of Turkish Rose #9D6D72

Color information

#9D6D72 (or 0x9D6D72) is unknown color: approx Turkish Rose. HEX triplet: 9D, 6D and 72. RGB value is (157,109,114). Sum of RGB (Red+Green+Blue) = 157+109+114=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6D72 is #62928D. Grayscale: #7B7B7B. Windows color (decimal): -6460046 or 7499165. OLE color: 7499165.

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

Color convert

RGB157109114-
CMYK00.310.270.38
HSL353.75º19.67%52.16%-
HSV(B)353.75º30.57%61.57%-
XYZ22.4119.3218.47-
YUV123.92122.4151.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.32%
GREEN value IS 109 (42.97% from 255) = 28.68%
BLUE value IS 114 (44.92% from 255) = 30%
R=41.32%
G=28.68%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710911400.310.270.38353.7519.6752.16
Hex9D6D7201F1B261621434
Octal23515516203733465422464
Binary10011101110110111100100111111101110011010110001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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