#9D6975

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

Shades of Turkish Rose #9D6975

Tints of Turkish Rose #9D6975

Color information

#9D6975 (or 0x9D6975) is unknown color: approx Turkish Rose. HEX triplet: 9D, 69 and 75. RGB value is (157,105,117). Sum of RGB (Red+Green+Blue) = 157+105+117=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6975 is #62968A. Grayscale: #797979. Windows color (decimal): -6461067 or 7694749. OLE color: 7694749.

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

Color convert

RGB157105117-
CMYK00.330.250.38
HSL346.15º20.97%51.37%-
HSV(B)346.15º33.12%61.57%-
XYZ22.1718.5619.24-
YUV121.92125.23153.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.42%
GREEN value IS 105 (41.41% from 255) = 27.70%
BLUE value IS 117 (46.09% from 255) = 30.87%
R=41.42%
G=27.70%
B=30.87%

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
Decimal15710511700.330.250.38346.1520.9751.37
Hex9D6975021192615a1533
Octal23515116504131465322563
Binary100111011101001111010101000011100110011010101101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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