Shades of Chocolate #CB6918
Tints of Chocolate #CB6918
RGB
CMYK
RGB Variations
Color information
#CB6918 (or 0xCB6918) is known color: Chocolate. HEX triplet: CB, 69 and 18. RGB value is (203,105,24). Sum of RGB (Red+Green+Blue) = 203+105+24=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6918 is #3496E7. Grayscale: #7D7D7D. Windows color (decimal): -3446504 or 1599947. OLE color: 1599947.
HSL color Cylindrical-coordinate representation of color #CB6918: hue angle of 27.15º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB6918 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 24 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.20 |
| HSL | 27.15º | 0.79% | 0.45% | - |
| HSV(B) | 27.15º | 0.88% | 0.8% | - |
| XYZ | 29.85 | 22.87 | 3.7 | - |
| YUV | 125.07 | 70.97 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 24 | 0 | 0.48 | 0.88 | 0.20 | 27.15 | 0.79 | 0.45 |
| Hex | CB | 69 | 18 | 0 | 30 | 58 | 14 | 1B | 4F | 2D |
| Octal | 313 | 151 | 30 | 0 | 60 | 130 | 24 | 33 | 117 | 55 |
| Binary | 11001011 | 1101001 | 11000 | 0 | 110000 | 1011000 | 10100 | 11011 | 1001111 | 101101 |
Color Harmonies of #CB6918
Complementary color
Monochromatic Colors of #CB6918
Black with #CB6918
Text Example
Text Example
White with #CB6918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6918; }
p { color: rgb(203,105,24); }
H1.HeaderClassName
{
color: #CB6918;
}
.AnyTagClassName
{
color: #CB6918;
}
</style>
background-color css
<style>
a { background-color: #CB6918; }
a { background-color: rgb(203,105,24); }
div.DivClassName
{
background-color: #CB6918;
}
.BgClassName
{
background-color: #CB6918;
}
</style>
border-color css
<style>
span { border-color: #CB6918; }
span { border-color: rgb(203,105,24); }
td.TdClassName
{
border-color: #CB6918;
}
.TagClassName
{
border-color: #CB6918;
}
</style>