Shades of Chocolate #D3680B
Tints of Chocolate #D3680B
RGB
CMYK
RGB Variations
Color information
#D3680B (or 0xD3680B) is known color: Chocolate. HEX triplet: D3, 68 and 0B. RGB value is (211,104,11). Sum of RGB (Red+Green+Blue) = 211+104+11=326 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.72% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 211 - color contains mainly: red. Hex color #D3680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3680B is #2C97F4. Grayscale: #7D7D7D. Windows color (decimal): -2922485 or 747731. OLE color: 747731.
HSL color Cylindrical-coordinate representation of color #D3680B: hue angle of 27.9º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3680B is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 104 | 11 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.17 |
| HSL | 27.9º | 0.9% | 0.44% | - |
| HSV(B) | 27.9º | 0.95% | 0.83% | - |
| XYZ | 31.87 | 23.77 | 3.23 | - |
| YUV | 125.39 | 63.45 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 104 | 11 | 0 | 0.51 | 0.95 | 0.17 | 27.9 | 0.9 | 0.44 |
| Hex | D3 | 68 | B | 0 | 33 | 5F | 11 | 1C | 5A | 2C |
| Octal | 323 | 150 | 13 | 0 | 63 | 137 | 21 | 34 | 132 | 54 |
| Binary | 11010011 | 1101000 | 1011 | 0 | 110011 | 1011111 | 10001 | 11100 | 1011010 | 101100 |
Color Harmonies of #D3680B
Complementary color
Monochromatic Colors of #D3680B
Black with #D3680B
Text Example
Text Example
White with #D3680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3680B; }
p { color: rgb(211,104,11); }
H1.HeaderClassName
{
color: #D3680B;
}
.AnyTagClassName
{
color: #D3680B;
}
</style>
background-color css
<style>
a { background-color: #D3680B; }
a { background-color: rgb(211,104,11); }
div.DivClassName
{
background-color: #D3680B;
}
.BgClassName
{
background-color: #D3680B;
}
</style>
border-color css
<style>
span { border-color: #D3680B; }
span { border-color: rgb(211,104,11); }
td.TdClassName
{
border-color: #D3680B;
}
.TagClassName
{
border-color: #D3680B;
}
</style>