Shades of Chocolate #CB681D
Tints of Chocolate #CB681D
RGB
CMYK
RGB Variations
Color information
#CB681D (or 0xCB681D) is known color: Chocolate. HEX triplet: CB, 68 and 1D. RGB value is (203,104,29). Sum of RGB (Red+Green+Blue) = 203+104+29=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB681D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB681D is #3497E2. Grayscale: #7D7D7D. Windows color (decimal): -3446755 or 1927371. OLE color: 1927371.
HSL color Cylindrical-coordinate representation of color #CB681D: hue angle of 25.86º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB681D is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 29 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.20 |
| HSL | 25.86º | 0.75% | 0.45% | - |
| HSV(B) | 25.86º | 0.86% | 0.8% | - |
| XYZ | 29.8 | 22.69 | 3.97 | - |
| YUV | 125.05 | 73.8 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 29 | 0 | 0.49 | 0.86 | 0.20 | 25.86 | 0.75 | 0.45 |
| Hex | CB | 68 | 1D | 0 | 31 | 56 | 14 | 1A | 4B | 2D |
| Octal | 313 | 150 | 35 | 0 | 61 | 126 | 24 | 32 | 113 | 55 |
| Binary | 11001011 | 1101000 | 11101 | 0 | 110001 | 1010110 | 10100 | 11010 | 1001011 | 101101 |
Color Harmonies of #CB681D
Complementary color
Monochromatic Colors of #CB681D
Black with #CB681D
Text Example
Text Example
White with #CB681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB681D; }
p { color: rgb(203,104,29); }
H1.HeaderClassName
{
color: #CB681D;
}
.AnyTagClassName
{
color: #CB681D;
}
</style>
background-color css
<style>
a { background-color: #CB681D; }
a { background-color: rgb(203,104,29); }
div.DivClassName
{
background-color: #CB681D;
}
.BgClassName
{
background-color: #CB681D;
}
</style>
border-color css
<style>
span { border-color: #CB681D; }
span { border-color: rgb(203,104,29); }
td.TdClassName
{
border-color: #CB681D;
}
.TagClassName
{
border-color: #CB681D;
}
</style>