#9D686A

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

Shades of Turkish Rose #9D686A

Tints of Turkish Rose #9D686A

Color information

#9D686A (or 0x9D686A) is unknown color: approx Turkish Rose. HEX triplet: 9D, 68 and 6A. RGB value is (157,104,106). Sum of RGB (Red+Green+Blue) = 157+104+106=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D686A is #629795. Grayscale: #787878. Windows color (decimal): -6461334 or 6973597. OLE color: 6973597.

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

Color convert

RGB157104106-
CMYK00.340.320.38
HSL357.74º21.29%51.18%-
HSV(B)357.74º33.76%61.57%-
XYZ21.4618.1116-
YUV120.07120.06154.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.78%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 106 (41.80% from 255) = 28.88%
R=42.78%
G=28.34%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710410600.340.320.38357.7421.2951.18
Hex9D686A02220261661533
Octal23515015204240465462563
Binary1001110111010001101010010001010000010011010110011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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