Shades of Chocolate #C7691C
Tints of Chocolate #C7691C
RGB
CMYK
RGB Variations
Color information
#C7691C (or 0xC7691C) is known color: Chocolate. HEX triplet: C7, 69 and 1C. RGB value is (199,105,28). Sum of RGB (Red+Green+Blue) = 199+105+28=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C7691C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7691C is #3896E3. Grayscale: #7C7C7C. Windows color (decimal): -3708644 or 1862087. OLE color: 1862087.
HSL color Cylindrical-coordinate representation of color #C7691C: hue angle of 27.02º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7691C is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 28 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.22 |
| HSL | 27.02º | 0.75% | 0.45% | - |
| HSV(B) | 27.02º | 0.86% | 0.78% | - |
| XYZ | 28.81 | 22.33 | 3.89 | - |
| YUV | 124.33 | 73.64 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 28 | 0 | 0.47 | 0.86 | 0.22 | 27.02 | 0.75 | 0.45 |
| Hex | C7 | 69 | 1C | 0 | 2F | 56 | 16 | 1B | 4B | 2D |
| Octal | 307 | 151 | 34 | 0 | 57 | 126 | 26 | 33 | 113 | 55 |
| Binary | 11000111 | 1101001 | 11100 | 0 | 101111 | 1010110 | 10110 | 11011 | 1001011 | 101101 |
Color Harmonies of #C7691C
Complementary color
Monochromatic Colors of #C7691C
Black with #C7691C
Text Example
Text Example
White with #C7691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7691C; }
p { color: rgb(199,105,28); }
H1.HeaderClassName
{
color: #C7691C;
}
.AnyTagClassName
{
color: #C7691C;
}
</style>
background-color css
<style>
a { background-color: #C7691C; }
a { background-color: rgb(199,105,28); }
div.DivClassName
{
background-color: #C7691C;
}
.BgClassName
{
background-color: #C7691C;
}
</style>
border-color css
<style>
span { border-color: #C7691C; }
span { border-color: rgb(199,105,28); }
td.TdClassName
{
border-color: #C7691C;
}
.TagClassName
{
border-color: #C7691C;
}
</style>