Shades of Chocolate #D7631A
Tints of Chocolate #D7631A
RGB
CMYK
RGB Variations
Color information
#D7631A (or 0xD7631A) is known color: Chocolate. HEX triplet: D7, 63 and 1A. RGB value is (215,99,26). Sum of RGB (Red+Green+Blue) = 215+99+26=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D7631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7631A is #289CE5. Grayscale: #7D7D7D. Windows color (decimal): -2661606 or 1729495. OLE color: 1729495.
HSL color Cylindrical-coordinate representation of color #D7631A: hue angle of 23.17º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7631A is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 26 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.16 |
| HSL | 23.17º | 0.78% | 0.47% | - |
| HSV(B) | 23.17º | 0.88% | 0.84% | - |
| XYZ | 32.67 | 23.45 | 3.78 | - |
| YUV | 125.36 | 71.93 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 26 | 0 | 0.54 | 0.88 | 0.16 | 23.17 | 0.78 | 0.47 |
| Hex | D7 | 63 | 1A | 0 | 36 | 58 | 10 | 17 | 4E | 2F |
| Octal | 327 | 143 | 32 | 0 | 66 | 130 | 20 | 27 | 116 | 57 |
| Binary | 11010111 | 1100011 | 11010 | 0 | 110110 | 1011000 | 10000 | 10111 | 1001110 | 101111 |
Color Harmonies of #D7631A
Complementary color
Monochromatic Colors of #D7631A
Black with #D7631A
Text Example
Text Example
White with #D7631A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7631A; }
p { color: rgb(215,99,26); }
H1.HeaderClassName
{
color: #D7631A;
}
.AnyTagClassName
{
color: #D7631A;
}
</style>
background-color css
<style>
a { background-color: #D7631A; }
a { background-color: rgb(215,99,26); }
div.DivClassName
{
background-color: #D7631A;
}
.BgClassName
{
background-color: #D7631A;
}
</style>
border-color css
<style>
span { border-color: #D7631A; }
span { border-color: rgb(215,99,26); }
td.TdClassName
{
border-color: #D7631A;
}
.TagClassName
{
border-color: #D7631A;
}
</style>