Shades of Chocolate #CB6E09
Tints of Chocolate #CB6E09
RGB
CMYK
RGB Variations
Color information
#CB6E09 (or 0xCB6E09) is known color: Chocolate. HEX triplet: CB, 6E and 09. RGB value is (203,110,9). Sum of RGB (Red+Green+Blue) = 203+110+9=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6E09 is #3491F6. Grayscale: #7E7E7E. Windows color (decimal): -3445239 or 618187. OLE color: 618187.
HSL color Cylindrical-coordinate representation of color #CB6E09: hue angle of 31.24º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB6E09 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 9 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.20 |
| HSL | 31.24º | 0.92% | 0.42% | - |
| HSV(B) | 31.24º | 0.96% | 0.8% | - |
| XYZ | 30.25 | 23.87 | 3.27 | - |
| YUV | 126.29 | 61.81 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 9 | 0 | 0.46 | 0.96 | 0.20 | 31.24 | 0.92 | 0.42 |
| Hex | CB | 6E | 9 | 0 | 2E | 60 | 14 | 1F | 5C | 2A |
| Octal | 313 | 156 | 11 | 0 | 56 | 140 | 24 | 37 | 134 | 52 |
| Binary | 11001011 | 1101110 | 1001 | 0 | 101110 | 1100000 | 10100 | 11111 | 1011100 | 101010 |
Color Harmonies of #CB6E09
Complementary color
Monochromatic Colors of #CB6E09
Black with #CB6E09
Text Example
Text Example
White with #CB6E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6E09; }
p { color: rgb(203,110,9); }
H1.HeaderClassName
{
color: #CB6E09;
}
.AnyTagClassName
{
color: #CB6E09;
}
</style>
background-color css
<style>
a { background-color: #CB6E09; }
a { background-color: rgb(203,110,9); }
div.DivClassName
{
background-color: #CB6E09;
}
.BgClassName
{
background-color: #CB6E09;
}
</style>
border-color css
<style>
span { border-color: #CB6E09; }
span { border-color: rgb(203,110,9); }
td.TdClassName
{
border-color: #CB6E09;
}
.TagClassName
{
border-color: #CB6E09;
}
</style>