Shades of Chocolate #CB6816
Tints of Chocolate #CB6816
RGB
CMYK
RGB Variations
Color information
#CB6816 (or 0xCB6816) is known color: Chocolate. HEX triplet: CB, 68 and 16. RGB value is (203,104,22). Sum of RGB (Red+Green+Blue) = 203+104+22=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6816 is #3497E9. Grayscale: #7C7C7C. Windows color (decimal): -3446762 or 1468619. OLE color: 1468619.
HSL color Cylindrical-coordinate representation of color #CB6816: hue angle of 27.18º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB6816 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 22 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.20 |
| HSL | 27.18º | 0.8% | 0.44% | - |
| HSV(B) | 27.18º | 0.89% | 0.8% | - |
| XYZ | 29.72 | 22.66 | 3.57 | - |
| YUV | 124.25 | 70.3 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 22 | 0 | 0.49 | 0.89 | 0.20 | 27.18 | 0.8 | 0.44 |
| Hex | CB | 68 | 16 | 0 | 31 | 59 | 14 | 1B | 50 | 2C |
| Octal | 313 | 150 | 26 | 0 | 61 | 131 | 24 | 33 | 120 | 54 |
| Binary | 11001011 | 1101000 | 10110 | 0 | 110001 | 1011001 | 10100 | 11011 | 1010000 | 101100 |
Color Harmonies of #CB6816
Complementary color
Monochromatic Colors of #CB6816
Black with #CB6816
Text Example
Text Example
White with #CB6816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6816; }
p { color: rgb(203,104,22); }
H1.HeaderClassName
{
color: #CB6816;
}
.AnyTagClassName
{
color: #CB6816;
}
</style>
background-color css
<style>
a { background-color: #CB6816; }
a { background-color: rgb(203,104,22); }
div.DivClassName
{
background-color: #CB6816;
}
.BgClassName
{
background-color: #CB6816;
}
</style>
border-color css
<style>
span { border-color: #CB6816; }
span { border-color: rgb(203,104,22); }
td.TdClassName
{
border-color: #CB6816;
}
.TagClassName
{
border-color: #CB6816;
}
</style>