#9D6265

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

Shades of Turkish Rose #9D6265

Tints of Turkish Rose #9D6265

Color information

#9D6265 (or 0x9D6265) is unknown color: approx Turkish Rose. HEX triplet: 9D, 62 and 65. RGB value is (157,98,101). Sum of RGB (Red+Green+Blue) = 157+98+101=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6265 is #629D9A. Grayscale: #747474. Windows color (decimal): -6462875 or 6644381. OLE color: 6644381.

HSL color Cylindrical-coordinate representation of color #9D6265: hue angle of 356.95º degrees, saturation: 0.23, 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 #9D6265 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB15798101-
CMYK00.380.360.38
HSL356.95º23.14%50%-
HSV(B)356.95º37.58%61.57%-
XYZ20.6216.8414.48-
YUV115.98119.55157.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.10%
GREEN value IS 98 (38.67% from 255) = 27.53%
BLUE value IS 101 (39.84% from 255) = 28.37%
R=44.10%
G=27.53%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579810100.380.360.38356.9523.1450
Hex9D626502624261651732
Octal23514214504644465452762
Binary1001110111000101100101010011010010010011010110010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,98,101); }

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

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

 a { background-color: rgb(157,98,101); }

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

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

 span { border-color: rgb(157,98,101); }

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