Shades of Turkish Rose #9B676B
Tints of Turkish Rose #9B676B
RGB
CMYK
RGB Variations
Color information
#9B676B (or 0x9B676B) is known color: Turkish Rose. HEX triplet: 9B, 67 and 6B. RGB value is (155,103,107). Sum of RGB (Red+Green+Blue) = 155+103+107=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B676B is #649894. Grayscale: #777777. Windows color (decimal): -6592661 or 7038875. OLE color: 7038875.
HSL color Cylindrical-coordinate representation of color #9B676B: hue angle of 355.38º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B676B is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 103 | 107 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.39 |
| HSL | 355.38º | 0.21% | 0.51% | - |
| HSV(B) | 355.38º | 0.34% | 0.61% | - |
| XYZ | 21.02 | 17.73 | 16.22 | - |
| YUV | 119 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 107 | 0 | 0.34 | 0.31 | 0.39 | 355.38 | 0.21 | 0.51 |
| Hex | 9B | 67 | 6B | 0 | 22 | 1F | 27 | 163 | 15 | 33 |
| Octal | 233 | 147 | 153 | 0 | 42 | 37 | 47 | 543 | 25 | 63 |
| Binary | 10011011 | 1100111 | 1101011 | 0 | 100010 | 11111 | 100111 | 101100011 | 10101 | 110011 |
Color Harmonies of #9B676B
Complementary color
Monochromatic Colors of #9B676B
Black with #9B676B
Text Example
Text Example
White with #9B676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B676B; }
p { color: rgb(155,103,107); }
H1.HeaderClassName
{
color: #9B676B;
}
.AnyTagClassName
{
color: #9B676B;
}
</style>
background-color css
<style>
a { background-color: #9B676B; }
a { background-color: rgb(155,103,107); }
div.DivClassName
{
background-color: #9B676B;
}
.BgClassName
{
background-color: #9B676B;
}
</style>
border-color css
<style>
span { border-color: #9B676B; }
span { border-color: rgb(155,103,107); }
td.TdClassName
{
border-color: #9B676B;
}
.TagClassName
{
border-color: #9B676B;
}
</style>