Shades of Raw Sienna #C67F4B
Tints of Raw Sienna #C67F4B
RGB
CMYK
RGB Variations
Color information
#C67F4B (or 0xC67F4B) is known color: Raw Sienna. HEX triplet: C6, 7F and 4B. RGB value is (198,127,75). Sum of RGB (Red+Green+Blue) = 198+127+75=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67F4B is #3980B4. Grayscale: #8E8E8E. Windows color (decimal): -3768501 or 4947910. OLE color: 4947910.
HSL color Cylindrical-coordinate representation of color #C67F4B: hue angle of 25.37º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C67F4B is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 127 | 75 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.22 |
| HSL | 25.37º | 0.52% | 0.54% | - |
| HSV(B) | 25.37º | 0.62% | 0.78% | - |
| XYZ | 32.15 | 27.69 | 10.31 | - |
| YUV | 142.3 | 90.02 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 127 | 75 | 0 | 0.36 | 0.62 | 0.22 | 25.37 | 0.52 | 0.54 |
| Hex | C6 | 7F | 4B | 0 | 24 | 3E | 16 | 19 | 34 | 36 |
| Octal | 306 | 177 | 113 | 0 | 44 | 76 | 26 | 31 | 64 | 66 |
| Binary | 11000110 | 1111111 | 1001011 | 0 | 100100 | 111110 | 10110 | 11001 | 110100 | 110110 |
Color Harmonies of #C67F4B
Complementary color
Monochromatic Colors of #C67F4B
Black with #C67F4B
Text Example
Text Example
White with #C67F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67F4B; }
p { color: rgb(198,127,75); }
H1.HeaderClassName
{
color: #C67F4B;
}
.AnyTagClassName
{
color: #C67F4B;
}
</style>
background-color css
<style>
a { background-color: #C67F4B; }
a { background-color: rgb(198,127,75); }
div.DivClassName
{
background-color: #C67F4B;
}
.BgClassName
{
background-color: #C67F4B;
}
</style>
border-color css
<style>
span { border-color: #C67F4B; }
span { border-color: rgb(198,127,75); }
td.TdClassName
{
border-color: #C67F4B;
}
.TagClassName
{
border-color: #C67F4B;
}
</style>