Shades of Chocolate #C7681B
Tints of Chocolate #C7681B
RGB
CMYK
RGB Variations
Color information
#C7681B (or 0xC7681B) is known color: Chocolate. HEX triplet: C7, 68 and 1B. RGB value is (199,104,27). Sum of RGB (Red+Green+Blue) = 199+104+27=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7681B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7681B is #3897E4. Grayscale: #7C7C7C. Windows color (decimal): -3708901 or 1796295. OLE color: 1796295.
HSL color Cylindrical-coordinate representation of color #C7681B: hue angle of 26.86º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7681B is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 27 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.22 |
| HSL | 26.86º | 0.76% | 0.44% | - |
| HSV(B) | 26.86º | 0.86% | 0.78% | - |
| XYZ | 28.7 | 22.12 | 3.79 | - |
| YUV | 123.63 | 73.47 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 27 | 0 | 0.48 | 0.86 | 0.22 | 26.86 | 0.76 | 0.44 |
| Hex | C7 | 68 | 1B | 0 | 30 | 56 | 16 | 1B | 4C | 2C |
| Octal | 307 | 150 | 33 | 0 | 60 | 126 | 26 | 33 | 114 | 54 |
| Binary | 11000111 | 1101000 | 11011 | 0 | 110000 | 1010110 | 10110 | 11011 | 1001100 | 101100 |
Color Harmonies of #C7681B
Complementary color
Monochromatic Colors of #C7681B
Black with #C7681B
Text Example
Text Example
White with #C7681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7681B; }
p { color: rgb(199,104,27); }
H1.HeaderClassName
{
color: #C7681B;
}
.AnyTagClassName
{
color: #C7681B;
}
</style>
background-color css
<style>
a { background-color: #C7681B; }
a { background-color: rgb(199,104,27); }
div.DivClassName
{
background-color: #C7681B;
}
.BgClassName
{
background-color: #C7681B;
}
</style>
border-color css
<style>
span { border-color: #C7681B; }
span { border-color: rgb(199,104,27); }
td.TdClassName
{
border-color: #C7681B;
}
.TagClassName
{
border-color: #C7681B;
}
</style>