#9D6670

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

Shades of Turkish Rose #9D6670

Tints of Turkish Rose #9D6670

Color information

#9D6670 (or 0x9D6670) is unknown color: approx Turkish Rose. HEX triplet: 9D, 66 and 70. RGB value is (157,102,112). Sum of RGB (Red+Green+Blue) = 157+102+112=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6670 is #62998F. Grayscale: #777777. Windows color (decimal): -6461840 or 7366301. OLE color: 7366301.

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

Color convert

RGB157102112-
CMYK00.350.290.38
HSL349.09º21.91%50.78%-
HSV(B)349.09º35.03%61.57%-
XYZ21.5817.8417.64-
YUV119.58123.72154.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.32%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=42.32%
G=27.49%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710211200.350.290.38349.0921.9150.78
Hex9D66700231D2615d1633
Octal23514616004335465352663
Binary100111011100110111000001000111110110011010101110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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