Shades of Chocolate #C36A10
Tints of Chocolate #C36A10
RGB
CMYK
RGB Variations
Color information
#C36A10 (or 0xC36A10) is known color: Chocolate. HEX triplet: C3, 6A and 10. RGB value is (195,106,16). Sum of RGB (Red+Green+Blue) = 195+106+16=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36A10 is #3C95EF. Grayscale: #7A7A7A. Windows color (decimal): -3970544 or 1075907. OLE color: 1075907.
HSL color Cylindrical-coordinate representation of color #C36A10: hue angle of 30.17º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C36A10 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 16 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.24 |
| HSL | 30.17º | 0.85% | 0.41% | - |
| HSV(B) | 30.17º | 0.92% | 0.76% | - |
| XYZ | 27.75 | 21.95 | 3.26 | - |
| YUV | 122.35 | 67.99 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 16 | 0 | 0.46 | 0.92 | 0.24 | 30.17 | 0.85 | 0.41 |
| Hex | C3 | 6A | 10 | 0 | 2E | 5C | 18 | 1E | 55 | 29 |
| Octal | 303 | 152 | 20 | 0 | 56 | 134 | 30 | 36 | 125 | 51 |
| Binary | 11000011 | 1101010 | 10000 | 0 | 101110 | 1011100 | 11000 | 11110 | 1010101 | 101001 |
Color Harmonies of #C36A10
Complementary color
Monochromatic Colors of #C36A10
Black with #C36A10
Text Example
Text Example
White with #C36A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A10; }
p { color: rgb(195,106,16); }
H1.HeaderClassName
{
color: #C36A10;
}
.AnyTagClassName
{
color: #C36A10;
}
</style>
background-color css
<style>
a { background-color: #C36A10; }
a { background-color: rgb(195,106,16); }
div.DivClassName
{
background-color: #C36A10;
}
.BgClassName
{
background-color: #C36A10;
}
</style>
border-color css
<style>
span { border-color: #C36A10; }
span { border-color: rgb(195,106,16); }
td.TdClassName
{
border-color: #C36A10;
}
.TagClassName
{
border-color: #C36A10;
}
</style>