Shades of Chocolate #C7661F
Tints of Chocolate #C7661F
RGB
CMYK
RGB Variations
Color information
#C7661F (or 0xC7661F) is known color: Chocolate. HEX triplet: C7, 66 and 1F. RGB value is (199,102,31). Sum of RGB (Red+Green+Blue) = 199+102+31=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C7661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7661F is #3899E0. Grayscale: #7B7B7B. Windows color (decimal): -3709409 or 2057927. OLE color: 2057927.
HSL color Cylindrical-coordinate representation of color #C7661F: hue angle of 25.36º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7661F is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 31 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.22 |
| HSL | 25.36º | 0.73% | 0.45% | - |
| HSV(B) | 25.36º | 0.84% | 0.78% | - |
| XYZ | 28.55 | 21.74 | 3.99 | - |
| YUV | 122.91 | 76.14 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 31 | 0 | 0.49 | 0.84 | 0.22 | 25.36 | 0.73 | 0.45 |
| Hex | C7 | 66 | 1F | 0 | 31 | 54 | 16 | 19 | 49 | 2D |
| Octal | 307 | 146 | 37 | 0 | 61 | 124 | 26 | 31 | 111 | 55 |
| Binary | 11000111 | 1100110 | 11111 | 0 | 110001 | 1010100 | 10110 | 11001 | 1001001 | 101101 |
Color Harmonies of #C7661F
Complementary color
Monochromatic Colors of #C7661F
Black with #C7661F
Text Example
Text Example
White with #C7661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7661F; }
p { color: rgb(199,102,31); }
H1.HeaderClassName
{
color: #C7661F;
}
.AnyTagClassName
{
color: #C7661F;
}
</style>
background-color css
<style>
a { background-color: #C7661F; }
a { background-color: rgb(199,102,31); }
div.DivClassName
{
background-color: #C7661F;
}
.BgClassName
{
background-color: #C7661F;
}
</style>
border-color css
<style>
span { border-color: #C7661F; }
span { border-color: rgb(199,102,31); }
td.TdClassName
{
border-color: #C7661F;
}
.TagClassName
{
border-color: #C7661F;
}
</style>