#9D6466

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

Shades of Turkish Rose #9D6466

Tints of Turkish Rose #9D6466

Color information

#9D6466 (or 0x9D6466) is unknown color: approx Turkish Rose. HEX triplet: 9D, 64 and 66. RGB value is (157,100,102). Sum of RGB (Red+Green+Blue) = 157+100+102=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6466 is #629B99. Grayscale: #757575. Windows color (decimal): -6462362 or 6710429. OLE color: 6710429.

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

Color convert

RGB157100102-
CMYK00.360.350.38
HSL357.89º22.53%50.39%-
HSV(B)357.89º36.31%61.57%-
XYZ20.8617.2414.8-
YUV117.27119.38156.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.73%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=43.73%
G=27.86%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710010200.360.350.38357.8922.5350.39
Hex9D646602423261661732
Octal23514414604443465462762
Binary1001110111001001100110010010010001110011010110011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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