#9D6A7A

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

Shades of Turkish Rose #9D6A7A

Tints of Turkish Rose #9D6A7A

Color information

#9D6A7A (or 0x9D6A7A) is unknown color: approx Turkish Rose. HEX triplet: 9D, 6A and 7A. RGB value is (157,106,122). Sum of RGB (Red+Green+Blue) = 157+106+122=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6A7A is #629585. Grayscale: #7B7B7B. Windows color (decimal): -6460806 or 8022685. OLE color: 8022685.

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

Color convert

RGB157106122-
CMYK00.320.220.38
HSL341.18º20.65%51.57%-
HSV(B)341.18º32.48%61.57%-
XYZ22.5718.8820.87-
YUV123.07127.4152.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.78%
GREEN value IS 106 (41.80% from 255) = 27.53%
BLUE value IS 122 (48.05% from 255) = 31.69%
R=40.78%
G=27.53%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710612200.320.220.38341.1820.6551.57
Hex9D6A7A02016261551534
Octal23515217204026465252564
Binary100111011101010111101001000001011010011010101010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,106,122); }

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

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

 a { background-color: rgb(157,106,122); }

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

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

 span { border-color: rgb(157,106,122); }

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