Shades of Chocolate #D0691A
Tints of Chocolate #D0691A
RGB
CMYK
RGB Variations
Color information
#D0691A (or 0xD0691A) is known color: Chocolate. HEX triplet: D0, 69 and 1A. RGB value is (208,105,26). Sum of RGB (Red+Green+Blue) = 208+105+26=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0691A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0691A is #2F96E5. Grayscale: #7F7F7F. Windows color (decimal): -3118822 or 1731024. OLE color: 1731024.
HSL color Cylindrical-coordinate representation of color #D0691A: hue angle of 26.04º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0691A is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 26 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.18 |
| HSL | 26.04º | 0.78% | 0.46% | - |
| HSV(B) | 26.04º | 0.88% | 0.82% | - |
| XYZ | 31.25 | 23.59 | 3.88 | - |
| YUV | 126.79 | 71.12 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 26 | 0 | 0.50 | 0.88 | 0.18 | 26.04 | 0.78 | 0.46 |
| Hex | D0 | 69 | 1A | 0 | 32 | 58 | 12 | 1A | 4E | 2E |
| Octal | 320 | 151 | 32 | 0 | 62 | 130 | 22 | 32 | 116 | 56 |
| Binary | 11010000 | 1101001 | 11010 | 0 | 110010 | 1011000 | 10010 | 11010 | 1001110 | 101110 |
Color Harmonies of #D0691A
Complementary color
Monochromatic Colors of #D0691A
Black with #D0691A
Text Example
Text Example
White with #D0691A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0691A; }
p { color: rgb(208,105,26); }
H1.HeaderClassName
{
color: #D0691A;
}
.AnyTagClassName
{
color: #D0691A;
}
</style>
background-color css
<style>
a { background-color: #D0691A; }
a { background-color: rgb(208,105,26); }
div.DivClassName
{
background-color: #D0691A;
}
.BgClassName
{
background-color: #D0691A;
}
</style>
border-color css
<style>
span { border-color: #D0691A; }
span { border-color: rgb(208,105,26); }
td.TdClassName
{
border-color: #D0691A;
}
.TagClassName
{
border-color: #D0691A;
}
</style>