#9D696C

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

Shades of Turkish Rose #9D696C

Tints of Turkish Rose #9D696C

Color information

#9D696C (or 0x9D696C) is unknown color: approx Turkish Rose. HEX triplet: 9D, 69 and 6C. RGB value is (157,105,108). Sum of RGB (Red+Green+Blue) = 157+105+108=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D696C is #629693. Grayscale: #787878. Windows color (decimal): -6461076 or 7104925. OLE color: 7104925.

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

Color convert

RGB157105108-
CMYK00.330.310.38
HSL356.54º20.97%51.37%-
HSV(B)356.54º33.12%61.57%-
XYZ21.6618.3516.59-
YUV120.89120.73153.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.43%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=42.43%
G=28.38%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710510800.330.310.38356.5420.9751.37
Hex9D696C0211F261651533
Octal23515115404137465452563
Binary100111011101001110110001000011111110011010110010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,105,108); }

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

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

 a { background-color: rgb(157,105,108); }

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

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

 span { border-color: rgb(157,105,108); }

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