Shades of Turkish Rose #9B666C
Tints of Turkish Rose #9B666C
RGB
CMYK
RGB Variations
Color information
#9B666C (or 0x9B666C) is known color: Turkish Rose. HEX triplet: 9B, 66 and 6C. RGB value is (155,102,108). Sum of RGB (Red+Green+Blue) = 155+102+108=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B666C is #649993. Grayscale: #767676. Windows color (decimal): -6592916 or 7104155. OLE color: 7104155.
HSL color Cylindrical-coordinate representation of color #9B666C: hue angle of 353.21º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B666C is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 102 | 108 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.39 |
| HSL | 353.21º | 0.21% | 0.5% | - |
| HSV(B) | 353.21º | 0.34% | 0.61% | - |
| XYZ | 20.98 | 17.55 | 16.47 | - |
| YUV | 118.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 108 | 0 | 0.34 | 0.30 | 0.39 | 353.21 | 0.21 | 0.5 |
| Hex | 9B | 66 | 6C | 0 | 22 | 1E | 27 | 161 | 15 | 32 |
| Octal | 233 | 146 | 154 | 0 | 42 | 36 | 47 | 541 | 25 | 62 |
| Binary | 10011011 | 1100110 | 1101100 | 0 | 100010 | 11110 | 100111 | 101100001 | 10101 | 110010 |
Color Harmonies of #9B666C
Complementary color
Monochromatic Colors of #9B666C
Black with #9B666C
Text Example
Text Example
White with #9B666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B666C; }
p { color: rgb(155,102,108); }
H1.HeaderClassName
{
color: #9B666C;
}
.AnyTagClassName
{
color: #9B666C;
}
</style>
background-color css
<style>
a { background-color: #9B666C; }
a { background-color: rgb(155,102,108); }
div.DivClassName
{
background-color: #9B666C;
}
.BgClassName
{
background-color: #9B666C;
}
</style>
border-color css
<style>
span { border-color: #9B666C; }
span { border-color: rgb(155,102,108); }
td.TdClassName
{
border-color: #9B666C;
}
.TagClassName
{
border-color: #9B666C;
}
</style>