Shades of Raw Sienna #C67A4B
Tints of Raw Sienna #C67A4B
RGB
CMYK
RGB Variations
Color information
#C67A4B (or 0xC67A4B) is known color: Raw Sienna. HEX triplet: C6, 7A and 4B. RGB value is (198,122,75). Sum of RGB (Red+Green+Blue) = 198+122+75=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67A4B is #3985B4. Grayscale: #8B8B8B. Windows color (decimal): -3769781 or 4946630. OLE color: 4946630.
HSL color Cylindrical-coordinate representation of color #C67A4B: hue angle of 22.93º 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 #C67A4B is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 75 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.22 |
| HSL | 22.93º | 0.52% | 0.54% | - |
| HSV(B) | 22.93º | 0.62% | 0.78% | - |
| XYZ | 31.52 | 26.43 | 10.1 | - |
| YUV | 139.37 | 91.68 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 75 | 0 | 0.38 | 0.62 | 0.22 | 22.93 | 0.52 | 0.54 |
| Hex | C6 | 7A | 4B | 0 | 26 | 3E | 16 | 17 | 34 | 36 |
| Octal | 306 | 172 | 113 | 0 | 46 | 76 | 26 | 27 | 64 | 66 |
| Binary | 11000110 | 1111010 | 1001011 | 0 | 100110 | 111110 | 10110 | 10111 | 110100 | 110110 |
Color Harmonies of #C67A4B
Complementary color
Monochromatic Colors of #C67A4B
Black with #C67A4B
Text Example
Text Example
White with #C67A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A4B; }
p { color: rgb(198,122,75); }
H1.HeaderClassName
{
color: #C67A4B;
}
.AnyTagClassName
{
color: #C67A4B;
}
</style>
background-color css
<style>
a { background-color: #C67A4B; }
a { background-color: rgb(198,122,75); }
div.DivClassName
{
background-color: #C67A4B;
}
.BgClassName
{
background-color: #C67A4B;
}
</style>
border-color css
<style>
span { border-color: #C67A4B; }
span { border-color: rgb(198,122,75); }
td.TdClassName
{
border-color: #C67A4B;
}
.TagClassName
{
border-color: #C67A4B;
}
</style>