Shades of Chocolate #CB6F0A
Tints of Chocolate #CB6F0A
RGB
CMYK
RGB Variations
Color information
#CB6F0A (or 0xCB6F0A) is known color: Chocolate. HEX triplet: CB, 6F and 0A. RGB value is (203,111,10). Sum of RGB (Red+Green+Blue) = 203+111+10=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6F0A is #3490F5. Grayscale: #7F7F7F. Windows color (decimal): -3444982 or 683979. OLE color: 683979.
HSL color Cylindrical-coordinate representation of color #CB6F0A: hue angle of 31.4º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB6F0A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 10 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.20 |
| HSL | 31.4º | 0.91% | 0.42% | - |
| HSV(B) | 31.4º | 0.95% | 0.8% | - |
| XYZ | 30.37 | 24.09 | 3.34 | - |
| YUV | 126.99 | 61.98 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 10 | 0 | 0.45 | 0.95 | 0.20 | 31.4 | 0.91 | 0.42 |
| Hex | CB | 6F | A | 0 | 2D | 5F | 14 | 1F | 5B | 2A |
| Octal | 313 | 157 | 12 | 0 | 55 | 137 | 24 | 37 | 133 | 52 |
| Binary | 11001011 | 1101111 | 1010 | 0 | 101101 | 1011111 | 10100 | 11111 | 1011011 | 101010 |
Color Harmonies of #CB6F0A
Complementary color
Monochromatic Colors of #CB6F0A
Black with #CB6F0A
Text Example
Text Example
White with #CB6F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6F0A; }
p { color: rgb(203,111,10); }
H1.HeaderClassName
{
color: #CB6F0A;
}
.AnyTagClassName
{
color: #CB6F0A;
}
</style>
background-color css
<style>
a { background-color: #CB6F0A; }
a { background-color: rgb(203,111,10); }
div.DivClassName
{
background-color: #CB6F0A;
}
.BgClassName
{
background-color: #CB6F0A;
}
</style>
border-color css
<style>
span { border-color: #CB6F0A; }
span { border-color: rgb(203,111,10); }
td.TdClassName
{
border-color: #CB6F0A;
}
.TagClassName
{
border-color: #CB6F0A;
}
</style>