Shades of Chocolate #D5691B
Tints of Chocolate #D5691B
RGB
CMYK
RGB Variations
Color information
#D5691B (or 0xD5691B) is known color: Chocolate. HEX triplet: D5, 69 and 1B. RGB value is (213,105,27). Sum of RGB (Red+Green+Blue) = 213+105+27=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5691B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5691B is #2A96E4. Grayscale: #808080. Windows color (decimal): -2791141 or 1796565. OLE color: 1796565.
HSL color Cylindrical-coordinate representation of color #D5691B: hue angle of 25.16º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5691B is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 27 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.16 |
| HSL | 25.16º | 0.78% | 0.47% | - |
| HSV(B) | 25.16º | 0.87% | 0.84% | - |
| XYZ | 32.69 | 24.33 | 4.01 | - |
| YUV | 128.4 | 70.78 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 27 | 0 | 0.51 | 0.87 | 0.16 | 25.16 | 0.78 | 0.47 |
| Hex | D5 | 69 | 1B | 0 | 33 | 57 | 10 | 19 | 4E | 2F |
| Octal | 325 | 151 | 33 | 0 | 63 | 127 | 20 | 31 | 116 | 57 |
| Binary | 11010101 | 1101001 | 11011 | 0 | 110011 | 1010111 | 10000 | 11001 | 1001110 | 101111 |
Color Harmonies of #D5691B
Complementary color
Monochromatic Colors of #D5691B
Black with #D5691B
Text Example
Text Example
White with #D5691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5691B; }
p { color: rgb(213,105,27); }
H1.HeaderClassName
{
color: #D5691B;
}
.AnyTagClassName
{
color: #D5691B;
}
</style>
background-color css
<style>
a { background-color: #D5691B; }
a { background-color: rgb(213,105,27); }
div.DivClassName
{
background-color: #D5691B;
}
.BgClassName
{
background-color: #D5691B;
}
</style>
border-color css
<style>
span { border-color: #D5691B; }
span { border-color: rgb(213,105,27); }
td.TdClassName
{
border-color: #D5691B;
}
.TagClassName
{
border-color: #D5691B;
}
</style>