Shades of Raw Sienna #CC864D
Tints of Raw Sienna #CC864D
RGB
CMYK
RGB Variations
Color information
#CC864D (or 0xCC864D) is known color: Raw Sienna. HEX triplet: CC, 86 and 4D. RGB value is (204,134,77). Sum of RGB (Red+Green+Blue) = 204+134+77=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC864D is #3379B2. Grayscale: #949494. Windows color (decimal): -3373491 or 5080780. OLE color: 5080780.
HSL color Cylindrical-coordinate representation of color #CC864D: hue angle of 26.93º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC864D is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 77 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.2 |
| HSL | 26.93º | 0.55% | 0.55% | - |
| HSV(B) | 26.93º | 0.62% | 0.8% | - |
| XYZ | 34.77 | 30.42 | 11.06 | - |
| YUV | 148.43 | 87.69 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 77 | 0 | 0.34 | 0.62 | 0.2 | 26.93 | 0.55 | 0.55 |
| Hex | CC | 86 | 4D | 0 | 22 | 3E | 14 | 1B | 37 | 37 |
| Octal | 314 | 206 | 115 | 0 | 42 | 76 | 24 | 33 | 67 | 67 |
| Binary | 11001100 | 10000110 | 1001101 | 0 | 100010 | 111110 | 10100 | 11011 | 110111 | 110111 |
Color Harmonies of #CC864D
Complementary color
Monochromatic Colors of #CC864D
Black with #CC864D
Text Example
Text Example
White with #CC864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC864D; }
p { color: rgb(204,134,77); }
H1.HeaderClassName
{
color: #CC864D;
}
.AnyTagClassName
{
color: #CC864D;
}
</style>
background-color css
<style>
a { background-color: #CC864D; }
a { background-color: rgb(204,134,77); }
div.DivClassName
{
background-color: #CC864D;
}
.BgClassName
{
background-color: #CC864D;
}
</style>
border-color css
<style>
span { border-color: #CC864D; }
span { border-color: rgb(204,134,77); }
td.TdClassName
{
border-color: #CC864D;
}
.TagClassName
{
border-color: #CC864D;
}
</style>