Shades of Chocolate #D3690A
Tints of Chocolate #D3690A
RGB
CMYK
RGB Variations
Color information
#D3690A (or 0xD3690A) is known color: Chocolate. HEX triplet: D3, 69 and 0A. RGB value is (211,105,10). Sum of RGB (Red+Green+Blue) = 211+105+10=326 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.72% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 211 - color contains mainly: red. Hex color #D3690A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3690A is #2C96F5. Grayscale: #7E7E7E. Windows color (decimal): -2922230 or 682451. OLE color: 682451.
HSL color Cylindrical-coordinate representation of color #D3690A: hue angle of 28.36º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3690A is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 10 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.17 |
| HSL | 28.36º | 0.91% | 0.43% | - |
| HSV(B) | 28.36º | 0.95% | 0.83% | - |
| XYZ | 31.97 | 23.97 | 3.23 | - |
| YUV | 125.86 | 62.62 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 10 | 0 | 0.50 | 0.95 | 0.17 | 28.36 | 0.91 | 0.43 |
| Hex | D3 | 69 | A | 0 | 32 | 5F | 11 | 1C | 5B | 2B |
| Octal | 323 | 151 | 12 | 0 | 62 | 137 | 21 | 34 | 133 | 53 |
| Binary | 11010011 | 1101001 | 1010 | 0 | 110010 | 1011111 | 10001 | 11100 | 1011011 | 101011 |
Color Harmonies of #D3690A
Complementary color
Monochromatic Colors of #D3690A
Black with #D3690A
Text Example
Text Example
White with #D3690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3690A; }
p { color: rgb(211,105,10); }
H1.HeaderClassName
{
color: #D3690A;
}
.AnyTagClassName
{
color: #D3690A;
}
</style>
background-color css
<style>
a { background-color: #D3690A; }
a { background-color: rgb(211,105,10); }
div.DivClassName
{
background-color: #D3690A;
}
.BgClassName
{
background-color: #D3690A;
}
</style>
border-color css
<style>
span { border-color: #D3690A; }
span { border-color: rgb(211,105,10); }
td.TdClassName
{
border-color: #D3690A;
}
.TagClassName
{
border-color: #D3690A;
}
</style>