Shades of Chocolate #D7691D
Tints of Chocolate #D7691D
RGB
CMYK
RGB Variations
Color information
#D7691D (or 0xD7691D) is known color: Chocolate. HEX triplet: D7, 69 and 1D. RGB value is (215,105,29). Sum of RGB (Red+Green+Blue) = 215+105+29=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D7691D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7691D is #2896E2. Grayscale: #818181. Windows color (decimal): -2660067 or 1927639. OLE color: 1927639.
HSL color Cylindrical-coordinate representation of color #D7691D: hue angle of 24.52º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7691D is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 29 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.16 |
| HSL | 24.52º | 0.76% | 0.48% | - |
| HSV(B) | 24.52º | 0.87% | 0.84% | - |
| XYZ | 33.3 | 24.64 | 4.16 | - |
| YUV | 129.23 | 71.44 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 29 | 0 | 0.51 | 0.87 | 0.16 | 24.52 | 0.76 | 0.48 |
| Hex | D7 | 69 | 1D | 0 | 33 | 57 | 10 | 19 | 4C | 30 |
| Octal | 327 | 151 | 35 | 0 | 63 | 127 | 20 | 31 | 114 | 60 |
| Binary | 11010111 | 1101001 | 11101 | 0 | 110011 | 1010111 | 10000 | 11001 | 1001100 | 110000 |
Color Harmonies of #D7691D
Complementary color
Monochromatic Colors of #D7691D
Black with #D7691D
Text Example
Text Example
White with #D7691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7691D; }
p { color: rgb(215,105,29); }
H1.HeaderClassName
{
color: #D7691D;
}
.AnyTagClassName
{
color: #D7691D;
}
</style>
background-color css
<style>
a { background-color: #D7691D; }
a { background-color: rgb(215,105,29); }
div.DivClassName
{
background-color: #D7691D;
}
.BgClassName
{
background-color: #D7691D;
}
</style>
border-color css
<style>
span { border-color: #D7691D; }
span { border-color: rgb(215,105,29); }
td.TdClassName
{
border-color: #D7691D;
}
.TagClassName
{
border-color: #D7691D;
}
</style>