#9D6D70

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

Shades of Turkish Rose #9D6D70

Tints of Turkish Rose #9D6D70

Color information

#9D6D70 (or 0x9D6D70) is unknown color: approx Turkish Rose. HEX triplet: 9D, 6D and 70. RGB value is (157,109,112). Sum of RGB (Red+Green+Blue) = 157+109+112=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6D70 is #62928F. Grayscale: #7B7B7B. Windows color (decimal): -6460048 or 7368093. OLE color: 7368093.

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

Color convert

RGB157109112-
CMYK00.310.290.38
HSL356.25º19.67%52.16%-
HSV(B)356.25º30.57%61.57%-
XYZ22.319.2817.87-
YUV123.69121.4151.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.53%
GREEN value IS 109 (42.97% from 255) = 28.84%
BLUE value IS 112 (44.14% from 255) = 29.63%
R=41.53%
G=28.84%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710911200.310.290.38356.2519.6752.16
Hex9D6D7001F1D261641434
Octal23515516003735465442464
Binary10011101110110111100000111111110110011010110010010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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