Shades of Chocolate #CD661B
Tints of Chocolate #CD661B
RGB
CMYK
RGB Variations
Color information
#CD661B (or 0xCD661B) is known color: Chocolate. HEX triplet: CD, 66 and 1B. RGB value is (205,102,27). Sum of RGB (Red+Green+Blue) = 205+102+27=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD661B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD661B is #3299E4. Grayscale: #7C7C7C. Windows color (decimal): -3316197 or 1795789. OLE color: 1795789.
HSL color Cylindrical-coordinate representation of color #CD661B: hue angle of 25.28º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD661B is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 27 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.20 |
| HSL | 25.28º | 0.77% | 0.45% | - |
| HSV(B) | 25.28º | 0.87% | 0.8% | - |
| XYZ | 30.13 | 22.56 | 3.8 | - |
| YUV | 124.25 | 73.12 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 27 | 0 | 0.50 | 0.87 | 0.20 | 25.28 | 0.77 | 0.45 |
| Hex | CD | 66 | 1B | 0 | 32 | 57 | 14 | 19 | 4D | 2D |
| Octal | 315 | 146 | 33 | 0 | 62 | 127 | 24 | 31 | 115 | 55 |
| Binary | 11001101 | 1100110 | 11011 | 0 | 110010 | 1010111 | 10100 | 11001 | 1001101 | 101101 |
Color Harmonies of #CD661B
Complementary color
Monochromatic Colors of #CD661B
Black with #CD661B
Text Example
Text Example
White with #CD661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD661B; }
p { color: rgb(205,102,27); }
H1.HeaderClassName
{
color: #CD661B;
}
.AnyTagClassName
{
color: #CD661B;
}
</style>
background-color css
<style>
a { background-color: #CD661B; }
a { background-color: rgb(205,102,27); }
div.DivClassName
{
background-color: #CD661B;
}
.BgClassName
{
background-color: #CD661B;
}
</style>
border-color css
<style>
span { border-color: #CD661B; }
span { border-color: rgb(205,102,27); }
td.TdClassName
{
border-color: #CD661B;
}
.TagClassName
{
border-color: #CD661B;
}
</style>