Shades of Chocolate #C3681F
Tints of Chocolate #C3681F
RGB
CMYK
RGB Variations
Color information
#C3681F (or 0xC3681F) is known color: Chocolate. HEX triplet: C3, 68 and 1F. RGB value is (195,104,31). Sum of RGB (Red+Green+Blue) = 195+104+31=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C3681F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3681F is #3C97E0. Grayscale: #7B7B7B. Windows color (decimal): -3971041 or 2058435. OLE color: 2058435.
HSL color Cylindrical-coordinate representation of color #C3681F: hue angle of 26.71º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3681F is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 31 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.24 |
| HSL | 26.71º | 0.73% | 0.44% | - |
| HSV(B) | 26.71º | 0.84% | 0.76% | - |
| XYZ | 27.7 | 21.6 | 4.01 | - |
| YUV | 122.89 | 76.15 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 31 | 0 | 0.47 | 0.84 | 0.24 | 26.71 | 0.73 | 0.44 |
| Hex | C3 | 68 | 1F | 0 | 2F | 54 | 18 | 1B | 49 | 2C |
| Octal | 303 | 150 | 37 | 0 | 57 | 124 | 30 | 33 | 111 | 54 |
| Binary | 11000011 | 1101000 | 11111 | 0 | 101111 | 1010100 | 11000 | 11011 | 1001001 | 101100 |
Color Harmonies of #C3681F
Complementary color
Monochromatic Colors of #C3681F
Black with #C3681F
Text Example
Text Example
White with #C3681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3681F; }
p { color: rgb(195,104,31); }
H1.HeaderClassName
{
color: #C3681F;
}
.AnyTagClassName
{
color: #C3681F;
}
</style>
background-color css
<style>
a { background-color: #C3681F; }
a { background-color: rgb(195,104,31); }
div.DivClassName
{
background-color: #C3681F;
}
.BgClassName
{
background-color: #C3681F;
}
</style>
border-color css
<style>
span { border-color: #C3681F; }
span { border-color: rgb(195,104,31); }
td.TdClassName
{
border-color: #C3681F;
}
.TagClassName
{
border-color: #C3681F;
}
</style>