Shades of Chocolate #D7650B
Tints of Chocolate #D7650B
RGB
CMYK
RGB Variations
Color information
#D7650B (or 0xD7650B) is known color: Chocolate. HEX triplet: D7, 65 and 0B. RGB value is (215,101,11). Sum of RGB (Red+Green+Blue) = 215+101+11=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D7650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7650B is #289AF4. Grayscale: #7D7D7D. Windows color (decimal): -2661109 or 746967. OLE color: 746967.
HSL color Cylindrical-coordinate representation of color #D7650B: hue angle of 26.47º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7650B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 11 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.16 |
| HSL | 26.47º | 0.9% | 0.44% | - |
| HSV(B) | 26.47º | 0.95% | 0.84% | - |
| XYZ | 32.74 | 23.78 | 3.18 | - |
| YUV | 124.83 | 63.77 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 11 | 0 | 0.53 | 0.95 | 0.16 | 26.47 | 0.9 | 0.44 |
| Hex | D7 | 65 | B | 0 | 35 | 5F | 10 | 1A | 5A | 2C |
| Octal | 327 | 145 | 13 | 0 | 65 | 137 | 20 | 32 | 132 | 54 |
| Binary | 11010111 | 1100101 | 1011 | 0 | 110101 | 1011111 | 10000 | 11010 | 1011010 | 101100 |
Color Harmonies of #D7650B
Complementary color
Monochromatic Colors of #D7650B
Black with #D7650B
Text Example
Text Example
White with #D7650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7650B; }
p { color: rgb(215,101,11); }
H1.HeaderClassName
{
color: #D7650B;
}
.AnyTagClassName
{
color: #D7650B;
}
</style>
background-color css
<style>
a { background-color: #D7650B; }
a { background-color: rgb(215,101,11); }
div.DivClassName
{
background-color: #D7650B;
}
.BgClassName
{
background-color: #D7650B;
}
</style>
border-color css
<style>
span { border-color: #D7650B; }
span { border-color: rgb(215,101,11); }
td.TdClassName
{
border-color: #D7650B;
}
.TagClassName
{
border-color: #D7650B;
}
</style>