Shades of Turkish Rose #9D6B6D
Tints of Turkish Rose #9D6B6D
RGB
CMYK
RGB Variations
Color information
#9D6B6D (or 0x9D6B6D) is known color: Turkish Rose. HEX triplet: 9D, 6B and 6D. RGB value is (157,107,109). Sum of RGB (Red+Green+Blue) = 157+107+109=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6B6D is #629492. Grayscale: #7A7A7A. Windows color (decimal): -6460563 or 7170973. OLE color: 7170973.
HSL color Cylindrical-coordinate representation of color #9D6B6D: hue angle of 357.6º degrees, saturation: 0.2, 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 #9D6B6D is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 107 | 109 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.38 |
| HSL | 357.6º | 0.2% | 0.52% | - |
| HSV(B) | 357.6º | 0.32% | 0.62% | - |
| XYZ | 21.92 | 18.79 | 16.94 | - |
| YUV | 122.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 107 | 109 | 0 | 0.32 | 0.31 | 0.38 | 357.6 | 0.2 | 0.52 |
| Hex | 9D | 6B | 6D | 0 | 20 | 1F | 26 | 166 | 14 | 34 |
| Octal | 235 | 153 | 155 | 0 | 40 | 37 | 46 | 546 | 24 | 64 |
| Binary | 10011101 | 1101011 | 1101101 | 0 | 100000 | 11111 | 100110 | 101100110 | 10100 | 110100 |
Color Harmonies of #9D6B6D
Complementary color
Monochromatic Colors of #9D6B6D
Black with #9D6B6D
Text Example
Text Example
White with #9D6B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6B6D; }
p { color: rgb(157,107,109); }
H1.HeaderClassName
{
color: #9D6B6D;
}
.AnyTagClassName
{
color: #9D6B6D;
}
</style>
background-color css
<style>
a { background-color: #9D6B6D; }
a { background-color: rgb(157,107,109); }
div.DivClassName
{
background-color: #9D6B6D;
}
.BgClassName
{
background-color: #9D6B6D;
}
</style>
border-color css
<style>
span { border-color: #9D6B6D; }
span { border-color: rgb(157,107,109); }
td.TdClassName
{
border-color: #9D6B6D;
}
.TagClassName
{
border-color: #9D6B6D;
}
</style>