Shades of Chocolate #CB6517
Tints of Chocolate #CB6517
RGB
CMYK
RGB Variations
Color information
#CB6517 (or 0xCB6517) is known color: Chocolate. HEX triplet: CB, 65 and 17. RGB value is (203,101,23). Sum of RGB (Red+Green+Blue) = 203+101+23=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6517 is #349AE8. Grayscale: #7B7B7B. Windows color (decimal): -3447529 or 1533387. OLE color: 1533387.
HSL color Cylindrical-coordinate representation of color #CB6517: hue angle of 26º 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 #CB6517 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 23 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.20 |
| HSL | 26º | 0.8% | 0.44% | - |
| HSV(B) | 26º | 0.89% | 0.8% | - |
| XYZ | 29.44 | 22.07 | 3.52 | - |
| YUV | 122.61 | 71.79 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 23 | 0 | 0.50 | 0.89 | 0.20 | 26 | 0.8 | 0.44 |
| Hex | CB | 65 | 17 | 0 | 32 | 59 | 14 | 1A | 50 | 2C |
| Octal | 313 | 145 | 27 | 0 | 62 | 131 | 24 | 32 | 120 | 54 |
| Binary | 11001011 | 1100101 | 10111 | 0 | 110010 | 1011001 | 10100 | 11010 | 1010000 | 101100 |
Color Harmonies of #CB6517
Complementary color
Monochromatic Colors of #CB6517
Black with #CB6517
Text Example
Text Example
White with #CB6517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6517; }
p { color: rgb(203,101,23); }
H1.HeaderClassName
{
color: #CB6517;
}
.AnyTagClassName
{
color: #CB6517;
}
</style>
background-color css
<style>
a { background-color: #CB6517; }
a { background-color: rgb(203,101,23); }
div.DivClassName
{
background-color: #CB6517;
}
.BgClassName
{
background-color: #CB6517;
}
</style>
border-color css
<style>
span { border-color: #CB6517; }
span { border-color: rgb(203,101,23); }
td.TdClassName
{
border-color: #CB6517;
}
.TagClassName
{
border-color: #CB6517;
}
</style>