Shades of Chocolate #C9671A
Tints of Chocolate #C9671A
RGB
CMYK
RGB Variations
Color information
#C9671A (or 0xC9671A) is known color: Chocolate. HEX triplet: C9, 67 and 1A. RGB value is (201,103,26). Sum of RGB (Red+Green+Blue) = 201+103+26=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9671A is #3698E5. Grayscale: #7B7B7B. Windows color (decimal): -3578086 or 1730505. OLE color: 1730505.
HSL color Cylindrical-coordinate representation of color #C9671A: hue angle of 26.4º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9671A is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 26 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.21 |
| HSL | 26.4º | 0.77% | 0.45% | - |
| HSV(B) | 26.4º | 0.87% | 0.79% | - |
| XYZ | 29.12 | 22.19 | 3.73 | - |
| YUV | 123.52 | 72.97 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 26 | 0 | 0.49 | 0.87 | 0.21 | 26.4 | 0.77 | 0.45 |
| Hex | C9 | 67 | 1A | 0 | 31 | 57 | 15 | 1A | 4D | 2D |
| Octal | 311 | 147 | 32 | 0 | 61 | 127 | 25 | 32 | 115 | 55 |
| Binary | 11001001 | 1100111 | 11010 | 0 | 110001 | 1010111 | 10101 | 11010 | 1001101 | 101101 |
Color Harmonies of #C9671A
Complementary color
Monochromatic Colors of #C9671A
Black with #C9671A
Text Example
Text Example
White with #C9671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9671A; }
p { color: rgb(201,103,26); }
H1.HeaderClassName
{
color: #C9671A;
}
.AnyTagClassName
{
color: #C9671A;
}
</style>
background-color css
<style>
a { background-color: #C9671A; }
a { background-color: rgb(201,103,26); }
div.DivClassName
{
background-color: #C9671A;
}
.BgClassName
{
background-color: #C9671A;
}
</style>
border-color css
<style>
span { border-color: #C9671A; }
span { border-color: rgb(201,103,26); }
td.TdClassName
{
border-color: #C9671A;
}
.TagClassName
{
border-color: #C9671A;
}
</style>