Shades of Chocolate #CB681E
Tints of Chocolate #CB681E
RGB
CMYK
RGB Variations
Color information
#CB681E (or 0xCB681E) is known color: Chocolate. HEX triplet: CB, 68 and 1E. RGB value is (203,104,30). Sum of RGB (Red+Green+Blue) = 203+104+30=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB681E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB681E is #3497E1. Grayscale: #7D7D7D. Windows color (decimal): -3446754 or 1992907. OLE color: 1992907.
HSL color Cylindrical-coordinate representation of color #CB681E: hue angle of 25.66º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB681E is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 30 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.20 |
| HSL | 25.66º | 0.74% | 0.46% | - |
| HSV(B) | 25.66º | 0.85% | 0.8% | - |
| XYZ | 29.81 | 22.69 | 4.04 | - |
| YUV | 125.17 | 74.3 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 30 | 0 | 0.49 | 0.85 | 0.20 | 25.66 | 0.74 | 0.46 |
| Hex | CB | 68 | 1E | 0 | 31 | 55 | 14 | 1A | 4A | 2E |
| Octal | 313 | 150 | 36 | 0 | 61 | 125 | 24 | 32 | 112 | 56 |
| Binary | 11001011 | 1101000 | 11110 | 0 | 110001 | 1010101 | 10100 | 11010 | 1001010 | 101110 |
Color Harmonies of #CB681E
Complementary color
Monochromatic Colors of #CB681E
Black with #CB681E
Text Example
Text Example
White with #CB681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB681E; }
p { color: rgb(203,104,30); }
H1.HeaderClassName
{
color: #CB681E;
}
.AnyTagClassName
{
color: #CB681E;
}
</style>
background-color css
<style>
a { background-color: #CB681E; }
a { background-color: rgb(203,104,30); }
div.DivClassName
{
background-color: #CB681E;
}
.BgClassName
{
background-color: #CB681E;
}
</style>
border-color css
<style>
span { border-color: #CB681E; }
span { border-color: rgb(203,104,30); }
td.TdClassName
{
border-color: #CB681E;
}
.TagClassName
{
border-color: #CB681E;
}
</style>