Shades of Roman #D96B61
Tints of Roman #D96B61
RGB
CMYK
RGB Variations
Color information
#D96B61 (or 0xD96B61) is known color: Roman. HEX triplet: D9, 6B and 61. RGB value is (217,107,97). Sum of RGB (Red+Green+Blue) = 217+107+97=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96B61 is #26949E. Grayscale: #8A8A8A. Windows color (decimal): -2528415 or 6384601. OLE color: 6384601.
HSL color Cylindrical-coordinate representation of color #D96B61: hue angle of 5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96B61 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 97 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.15 |
| HSL | 5º | 0.61% | 0.62% | - |
| HSV(B) | 5º | 0.55% | 0.85% | - |
| XYZ | 36.03 | 26.13 | 14.45 | - |
| YUV | 138.75 | 104.44 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 97 | 0 | 0.51 | 0.55 | 0.15 | 5 | 0.61 | 0.62 |
| Hex | D9 | 6B | 61 | 0 | 33 | 37 | F | 5 | 3D | 3E |
| Octal | 331 | 153 | 141 | 0 | 63 | 67 | 17 | 5 | 75 | 76 |
| Binary | 11011001 | 1101011 | 1100001 | 0 | 110011 | 110111 | 1111 | 101 | 111101 | 111110 |
Color Harmonies of #D96B61
Complementary color
Monochromatic Colors of #D96B61
Black with #D96B61
Text Example
Text Example
White with #D96B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B61; }
p { color: rgb(217,107,97); }
H1.HeaderClassName
{
color: #D96B61;
}
.AnyTagClassName
{
color: #D96B61;
}
</style>
background-color css
<style>
a { background-color: #D96B61; }
a { background-color: rgb(217,107,97); }
div.DivClassName
{
background-color: #D96B61;
}
.BgClassName
{
background-color: #D96B61;
}
</style>
border-color css
<style>
span { border-color: #D96B61; }
span { border-color: rgb(217,107,97); }
td.TdClassName
{
border-color: #D96B61;
}
.TagClassName
{
border-color: #D96B61;
}
</style>