Shades of Chocolate #CB6F07
Tints of Chocolate #CB6F07
RGB
CMYK
RGB Variations
Color information
#CB6F07 (or 0xCB6F07) is known color: Chocolate. HEX triplet: CB, 6F and 07. RGB value is (203,111,7). Sum of RGB (Red+Green+Blue) = 203+111+7=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6F07 is #3490F8. Grayscale: #7F7F7F. Windows color (decimal): -3444985 or 487371. OLE color: 487371.
HSL color Cylindrical-coordinate representation of color #CB6F07: hue angle of 31.84º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB6F07 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 7 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.20 |
| HSL | 31.84º | 0.93% | 0.41% | - |
| HSV(B) | 31.84º | 0.97% | 0.8% | - |
| XYZ | 30.35 | 24.08 | 3.25 | - |
| YUV | 126.65 | 60.48 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 7 | 0 | 0.45 | 0.97 | 0.20 | 31.84 | 0.93 | 0.41 |
| Hex | CB | 6F | 7 | 0 | 2D | 61 | 14 | 20 | 5D | 29 |
| Octal | 313 | 157 | 7 | 0 | 55 | 141 | 24 | 40 | 135 | 51 |
| Binary | 11001011 | 1101111 | 111 | 0 | 101101 | 1100001 | 10100 | 100000 | 1011101 | 101001 |
Color Harmonies of #CB6F07
Complementary color
Monochromatic Colors of #CB6F07
Black with #CB6F07
Text Example
Text Example
White with #CB6F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6F07; }
p { color: rgb(203,111,7); }
H1.HeaderClassName
{
color: #CB6F07;
}
.AnyTagClassName
{
color: #CB6F07;
}
</style>
background-color css
<style>
a { background-color: #CB6F07; }
a { background-color: rgb(203,111,7); }
div.DivClassName
{
background-color: #CB6F07;
}
.BgClassName
{
background-color: #CB6F07;
}
</style>
border-color css
<style>
span { border-color: #CB6F07; }
span { border-color: rgb(203,111,7); }
td.TdClassName
{
border-color: #CB6F07;
}
.TagClassName
{
border-color: #CB6F07;
}
</style>