Shades of Chocolate #C0691B
Tints of Chocolate #C0691B
RGB
CMYK
RGB Variations
Color information
#C0691B (or 0xC0691B) is known color: Chocolate. HEX triplet: C0, 69 and 1B. RGB value is (192,105,27). Sum of RGB (Red+Green+Blue) = 192+105+27=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C0691B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0691B is #3F96E4. Grayscale: #7A7A7A. Windows color (decimal): -4167397 or 1796544. OLE color: 1796544.
HSL color Cylindrical-coordinate representation of color #C0691B: hue angle of 28.36º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0691B is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 27 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.25 |
| HSL | 28.36º | 0.75% | 0.43% | - |
| HSV(B) | 28.36º | 0.86% | 0.75% | - |
| XYZ | 26.99 | 21.39 | 3.74 | - |
| YUV | 122.12 | 74.32 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 27 | 0 | 0.45 | 0.86 | 0.25 | 28.36 | 0.75 | 0.43 |
| Hex | C0 | 69 | 1B | 0 | 2D | 56 | 19 | 1C | 4B | 2B |
| Octal | 300 | 151 | 33 | 0 | 55 | 126 | 31 | 34 | 113 | 53 |
| Binary | 11000000 | 1101001 | 11011 | 0 | 101101 | 1010110 | 11001 | 11100 | 1001011 | 101011 |
Color Harmonies of #C0691B
Complementary color
Monochromatic Colors of #C0691B
Black with #C0691B
Text Example
Text Example
White with #C0691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0691B; }
p { color: rgb(192,105,27); }
H1.HeaderClassName
{
color: #C0691B;
}
.AnyTagClassName
{
color: #C0691B;
}
</style>
background-color css
<style>
a { background-color: #C0691B; }
a { background-color: rgb(192,105,27); }
div.DivClassName
{
background-color: #C0691B;
}
.BgClassName
{
background-color: #C0691B;
}
</style>
border-color css
<style>
span { border-color: #C0691B; }
span { border-color: rgb(192,105,27); }
td.TdClassName
{
border-color: #C0691B;
}
.TagClassName
{
border-color: #C0691B;
}
</style>