Shades of Chocolate #D3661F
Tints of Chocolate #D3661F
RGB
CMYK
RGB Variations
Color information
#D3661F (or 0xD3661F) is known color: Chocolate. HEX triplet: D3, 66 and 1F. RGB value is (211,102,31). Sum of RGB (Red+Green+Blue) = 211+102+31=344 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.34% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 211 - color contains mainly: red. Hex color #D3661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3661F is #2C99E0. Grayscale: #7E7E7E. Windows color (decimal): -2922977 or 2057939. OLE color: 2057939.
HSL color Cylindrical-coordinate representation of color #D3661F: hue angle of 23.67º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3661F is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 31 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.17 |
| HSL | 23.67º | 0.74% | 0.47% | - |
| HSV(B) | 23.67º | 0.85% | 0.83% | - |
| XYZ | 31.86 | 23.45 | 4.14 | - |
| YUV | 126.5 | 74.11 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 31 | 0 | 0.52 | 0.85 | 0.17 | 23.67 | 0.74 | 0.47 |
| Hex | D3 | 66 | 1F | 0 | 34 | 55 | 11 | 18 | 4A | 2F |
| Octal | 323 | 146 | 37 | 0 | 64 | 125 | 21 | 30 | 112 | 57 |
| Binary | 11010011 | 1100110 | 11111 | 0 | 110100 | 1010101 | 10001 | 11000 | 1001010 | 101111 |
Color Harmonies of #D3661F
Complementary color
Monochromatic Colors of #D3661F
Black with #D3661F
Text Example
Text Example
White with #D3661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3661F; }
p { color: rgb(211,102,31); }
H1.HeaderClassName
{
color: #D3661F;
}
.AnyTagClassName
{
color: #D3661F;
}
</style>
background-color css
<style>
a { background-color: #D3661F; }
a { background-color: rgb(211,102,31); }
div.DivClassName
{
background-color: #D3661F;
}
.BgClassName
{
background-color: #D3661F;
}
</style>
border-color css
<style>
span { border-color: #D3661F; }
span { border-color: rgb(211,102,31); }
td.TdClassName
{
border-color: #D3661F;
}
.TagClassName
{
border-color: #D3661F;
}
</style>