#9D666D

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

Shades of Turkish Rose #9D666D

Tints of Turkish Rose #9D666D

Color information

#9D666D (or 0x9D666D) is unknown color: approx Turkish Rose. HEX triplet: 9D, 66 and 6D. RGB value is (157,102,109). Sum of RGB (Red+Green+Blue) = 157+102+109=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D666D is #629992. Grayscale: #777777. Windows color (decimal): -6461843 or 7169693. OLE color: 7169693.

HSL color Cylindrical-coordinate representation of color #9D666D: hue angle of 352.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D666D is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB157102109-
CMYK00.350.310.38
HSL352.36º21.91%50.78%-
HSV(B)352.36º35.03%61.57%-
XYZ21.4217.7716.77-
YUV119.24122.22154.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.66%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 109 (42.97% from 255) = 29.62%
R=42.66%
G=27.72%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710210900.350.310.38352.3621.9150.78
Hex9D666D0231F261601633
Octal23514615504337465402663
Binary100111011100110110110101000111111110011010110000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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