#9D6F70

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

Shades of Turkish Rose #9D6F70

Tints of Turkish Rose #9D6F70

Color information

#9D6F70 (or 0x9D6F70) is unknown color: approx Turkish Rose. HEX triplet: 9D, 6F and 70. RGB value is (157,111,112). Sum of RGB (Red+Green+Blue) = 157+111+112=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6F70 is #62908F. Grayscale: #7C7C7C. Windows color (decimal): -6459536 or 7368605. OLE color: 7368605.

HSL color Cylindrical-coordinate representation of color #9D6F70: hue angle of 358.7º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D6F70 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB157111112-
CMYK00.290.290.38
HSL358.7º19.01%52.55%-
HSV(B)358.7º29.3%61.57%-
XYZ22.5119.7117.95-
YUV124.87120.74150.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.32%
GREEN value IS 111 (43.75% from 255) = 29.21%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=41.32%
G=29.21%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711111200.290.290.38358.719.0152.55
Hex9D6F7001D1D261671335
Octal23515716003535465472365
Binary10011101110111111100000111011110110011010110011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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