#9D6976

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

Shades of Turkish Rose #9D6976

Tints of Turkish Rose #9D6976

Color information

#9D6976 (or 0x9D6976) is unknown color: approx Turkish Rose. HEX triplet: 9D, 69 and 76. RGB value is (157,105,118). Sum of RGB (Red+Green+Blue) = 157+105+118=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6976 is #629689. Grayscale: #7A7A7A. Windows color (decimal): -6461066 or 7760285. OLE color: 7760285.

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

Color convert

RGB157105118-
CMYK00.330.250.38
HSL345º20.97%51.37%-
HSV(B)345º33.12%61.57%-
XYZ22.2318.5819.55-
YUV122.03125.73152.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.32%
GREEN value IS 105 (41.41% from 255) = 27.63%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=41.32%
G=27.63%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710511800.330.250.3834520.9751.37
Hex9D697602119261591533
Octal23515116604131465312563
Binary100111011101001111011001000011100110011010101100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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