Shades of Chocolate #CB661F
Tints of Chocolate #CB661F
RGB
CMYK
RGB Variations
Color information
#CB661F (or 0xCB661F) is known color: Chocolate. HEX triplet: CB, 66 and 1F. RGB value is (203,102,31). Sum of RGB (Red+Green+Blue) = 203+102+31=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB661F is #3499E0. Grayscale: #7C7C7C. Windows color (decimal): -3447265 or 2057931. OLE color: 2057931.
HSL color Cylindrical-coordinate representation of color #CB661F: hue angle of 24.77º 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 #CB661F is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 31 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.20 |
| HSL | 24.77º | 0.74% | 0.46% | - |
| HSV(B) | 24.77º | 0.85% | 0.8% | - |
| XYZ | 29.63 | 22.3 | 4.04 | - |
| YUV | 124.11 | 75.46 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 31 | 0 | 0.50 | 0.85 | 0.20 | 24.77 | 0.74 | 0.46 |
| Hex | CB | 66 | 1F | 0 | 32 | 55 | 14 | 19 | 4A | 2E |
| Octal | 313 | 146 | 37 | 0 | 62 | 125 | 24 | 31 | 112 | 56 |
| Binary | 11001011 | 1100110 | 11111 | 0 | 110010 | 1010101 | 10100 | 11001 | 1001010 | 101110 |
Color Harmonies of #CB661F
Complementary color
Monochromatic Colors of #CB661F
Black with #CB661F
Text Example
Text Example
White with #CB661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB661F; }
p { color: rgb(203,102,31); }
H1.HeaderClassName
{
color: #CB661F;
}
.AnyTagClassName
{
color: #CB661F;
}
</style>
background-color css
<style>
a { background-color: #CB661F; }
a { background-color: rgb(203,102,31); }
div.DivClassName
{
background-color: #CB661F;
}
.BgClassName
{
background-color: #CB661F;
}
</style>
border-color css
<style>
span { border-color: #CB661F; }
span { border-color: rgb(203,102,31); }
td.TdClassName
{
border-color: #CB661F;
}
.TagClassName
{
border-color: #CB661F;
}
</style>