Shades of Chocolate #C9670F
Tints of Chocolate #C9670F
RGB
CMYK
RGB Variations
Color information
#C9670F (or 0xC9670F) is known color: Chocolate. HEX triplet: C9, 67 and 0F. RGB value is (201,103,15). Sum of RGB (Red+Green+Blue) = 201+103+15=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C9670F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9670F is #3698F0. Grayscale: #7A7A7A. Windows color (decimal): -3578097 or 1009609. OLE color: 1009609.
HSL color Cylindrical-coordinate representation of color #C9670F: hue angle of 28.39º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9670F is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 15 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.21 |
| HSL | 28.39º | 0.86% | 0.42% | - |
| HSV(B) | 28.39º | 0.93% | 0.79% | - |
| XYZ | 29.02 | 22.15 | 3.2 | - |
| YUV | 122.27 | 67.47 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 15 | 0 | 0.49 | 0.93 | 0.21 | 28.39 | 0.86 | 0.42 |
| Hex | C9 | 67 | F | 0 | 31 | 5D | 15 | 1C | 56 | 2A |
| Octal | 311 | 147 | 17 | 0 | 61 | 135 | 25 | 34 | 126 | 52 |
| Binary | 11001001 | 1100111 | 1111 | 0 | 110001 | 1011101 | 10101 | 11100 | 1010110 | 101010 |
Color Harmonies of #C9670F
Complementary color
Monochromatic Colors of #C9670F
Black with #C9670F
Text Example
Text Example
White with #C9670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9670F; }
p { color: rgb(201,103,15); }
H1.HeaderClassName
{
color: #C9670F;
}
.AnyTagClassName
{
color: #C9670F;
}
</style>
background-color css
<style>
a { background-color: #C9670F; }
a { background-color: rgb(201,103,15); }
div.DivClassName
{
background-color: #C9670F;
}
.BgClassName
{
background-color: #C9670F;
}
</style>
border-color css
<style>
span { border-color: #C9670F; }
span { border-color: rgb(201,103,15); }
td.TdClassName
{
border-color: #C9670F;
}
.TagClassName
{
border-color: #C9670F;
}
</style>