#9D6163

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

Shades of Turkish Rose #9D6163

Tints of Turkish Rose #9D6163

Color information

#9D6163 (or 0x9D6163) is unknown color: approx Turkish Rose. HEX triplet: 9D, 61 and 63. RGB value is (157,97,99). Sum of RGB (Red+Green+Blue) = 157+97+99=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6163 is #629E9C. Grayscale: #737373. Windows color (decimal): -6463133 or 6513053. OLE color: 6513053.

HSL color Cylindrical-coordinate representation of color #9D6163: hue angle of 358º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D6163 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB1579799-
CMYK00.380.370.38
HSL358º23.62%49.8%-
HSV(B)358º38.22%61.57%-
XYZ20.4316.6213.94-
YUV115.17118.88157.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.48%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 99 (39.06% from 255) = 28.05%
R=44.48%
G=27.48%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157979900.380.370.3835823.6249.8
Hex9D616302625261661832
Octal23514114304645465463062
Binary1001110111000011100011010011010010110011010110011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,97,99); }

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

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

 a { background-color: rgb(157,97,99); }

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

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

 span { border-color: rgb(157,97,99); }

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