Shades of Chocolate #D7690F
Tints of Chocolate #D7690F
RGB
CMYK
RGB Variations
Color information
#D7690F (or 0xD7690F) is known color: Chocolate. HEX triplet: D7, 69 and 0F. RGB value is (215,105,15). Sum of RGB (Red+Green+Blue) = 215+105+15=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D7690F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7690F is #2896F0. Grayscale: #808080. Windows color (decimal): -2660081 or 1010135. OLE color: 1010135.
HSL color Cylindrical-coordinate representation of color #D7690F: hue angle of 27º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7690F is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 15 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.16 |
| HSL | 27º | 0.87% | 0.45% | - |
| HSV(B) | 27º | 0.93% | 0.84% | - |
| XYZ | 33.16 | 24.58 | 3.45 | - |
| YUV | 127.63 | 64.44 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 15 | 0 | 0.51 | 0.93 | 0.16 | 27 | 0.87 | 0.45 |
| Hex | D7 | 69 | F | 0 | 33 | 5D | 10 | 1B | 57 | 2D |
| Octal | 327 | 151 | 17 | 0 | 63 | 135 | 20 | 33 | 127 | 55 |
| Binary | 11010111 | 1101001 | 1111 | 0 | 110011 | 1011101 | 10000 | 11011 | 1010111 | 101101 |
Color Harmonies of #D7690F
Complementary color
Monochromatic Colors of #D7690F
Black with #D7690F
Text Example
Text Example
White with #D7690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7690F; }
p { color: rgb(215,105,15); }
H1.HeaderClassName
{
color: #D7690F;
}
.AnyTagClassName
{
color: #D7690F;
}
</style>
background-color css
<style>
a { background-color: #D7690F; }
a { background-color: rgb(215,105,15); }
div.DivClassName
{
background-color: #D7690F;
}
.BgClassName
{
background-color: #D7690F;
}
</style>
border-color css
<style>
span { border-color: #D7690F; }
span { border-color: rgb(215,105,15); }
td.TdClassName
{
border-color: #D7690F;
}
.TagClassName
{
border-color: #D7690F;
}
</style>