Shades of Chocolate #CB680F
Tints of Chocolate #CB680F
RGB
CMYK
RGB Variations
Color information
#CB680F (or 0xCB680F) is known color: Chocolate. HEX triplet: CB, 68 and 0F. RGB value is (203,104,15). Sum of RGB (Red+Green+Blue) = 203+104+15=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB680F is #3497F0. Grayscale: #7B7B7B. Windows color (decimal): -3446769 or 1009867. OLE color: 1009867.
HSL color Cylindrical-coordinate representation of color #CB680F: hue angle of 28.4º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB680F is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 15 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.20 |
| HSL | 28.4º | 0.86% | 0.43% | - |
| HSV(B) | 28.4º | 0.93% | 0.8% | - |
| XYZ | 29.67 | 22.63 | 3.26 | - |
| YUV | 123.46 | 66.8 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 15 | 0 | 0.49 | 0.93 | 0.20 | 28.4 | 0.86 | 0.43 |
| Hex | CB | 68 | F | 0 | 31 | 5D | 14 | 1C | 56 | 2B |
| Octal | 313 | 150 | 17 | 0 | 61 | 135 | 24 | 34 | 126 | 53 |
| Binary | 11001011 | 1101000 | 1111 | 0 | 110001 | 1011101 | 10100 | 11100 | 1010110 | 101011 |
Color Harmonies of #CB680F
Complementary color
Monochromatic Colors of #CB680F
Black with #CB680F
Text Example
Text Example
White with #CB680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB680F; }
p { color: rgb(203,104,15); }
H1.HeaderClassName
{
color: #CB680F;
}
.AnyTagClassName
{
color: #CB680F;
}
</style>
background-color css
<style>
a { background-color: #CB680F; }
a { background-color: rgb(203,104,15); }
div.DivClassName
{
background-color: #CB680F;
}
.BgClassName
{
background-color: #CB680F;
}
</style>
border-color css
<style>
span { border-color: #CB680F; }
span { border-color: rgb(203,104,15); }
td.TdClassName
{
border-color: #CB680F;
}
.TagClassName
{
border-color: #CB680F;
}
</style>