#9D6465

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

Shades of Turkish Rose #9D6465

Tints of Turkish Rose #9D6465

Color information

#9D6465 (or 0x9D6465) is unknown color: approx Turkish Rose. HEX triplet: 9D, 64 and 65. RGB value is (157,100,101). Sum of RGB (Red+Green+Blue) = 157+100+101=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6465 is #629B9A. Grayscale: #757575. Windows color (decimal): -6462363 or 6644893. OLE color: 6644893.

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

Color convert

RGB157100101-
CMYK00.360.360.38
HSL358.95º22.53%50.39%-
HSV(B)358.95º36.31%61.57%-
XYZ20.8117.2214.54-
YUV117.16118.88156.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.85%
GREEN value IS 100 (39.45% from 255) = 27.93%
BLUE value IS 101 (39.84% from 255) = 28.21%
R=43.85%
G=27.93%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710010100.360.360.38358.9522.5350.39
Hex9D646502424261671732
Octal23514414504444465472762
Binary1001110111001001100101010010010010010011010110011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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