Shades of Chocolate #D1691F
Tints of Chocolate #D1691F
RGB
CMYK
RGB Variations
Color information
#D1691F (or 0xD1691F) is known color: Chocolate. HEX triplet: D1, 69 and 1F. RGB value is (209,105,31). Sum of RGB (Red+Green+Blue) = 209+105+31=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D1691F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1691F is #2E96E0. Grayscale: #808080. Windows color (decimal): -3053281 or 2058705. OLE color: 2058705.
HSL color Cylindrical-coordinate representation of color #D1691F: hue angle of 24.94º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1691F is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 31 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.18 |
| HSL | 24.94º | 0.74% | 0.47% | - |
| HSV(B) | 24.94º | 0.85% | 0.82% | - |
| XYZ | 31.59 | 23.76 | 4.22 | - |
| YUV | 127.66 | 73.46 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 31 | 0 | 0.50 | 0.85 | 0.18 | 24.94 | 0.74 | 0.47 |
| Hex | D1 | 69 | 1F | 0 | 32 | 55 | 12 | 19 | 4A | 2F |
| Octal | 321 | 151 | 37 | 0 | 62 | 125 | 22 | 31 | 112 | 57 |
| Binary | 11010001 | 1101001 | 11111 | 0 | 110010 | 1010101 | 10010 | 11001 | 1001010 | 101111 |
Color Harmonies of #D1691F
Complementary color
Monochromatic Colors of #D1691F
Black with #D1691F
Text Example
Text Example
White with #D1691F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1691F; }
p { color: rgb(209,105,31); }
H1.HeaderClassName
{
color: #D1691F;
}
.AnyTagClassName
{
color: #D1691F;
}
</style>
background-color css
<style>
a { background-color: #D1691F; }
a { background-color: rgb(209,105,31); }
div.DivClassName
{
background-color: #D1691F;
}
.BgClassName
{
background-color: #D1691F;
}
</style>
border-color css
<style>
span { border-color: #D1691F; }
span { border-color: rgb(209,105,31); }
td.TdClassName
{
border-color: #D1691F;
}
.TagClassName
{
border-color: #D1691F;
}
</style>