Shades of Ochre #C36F0B
Tints of Ochre #C36F0B
RGB
CMYK
RGB Variations
Color information
#C36F0B (or 0xC36F0B) is known color: Ochre. HEX triplet: C3, 6F and 0B. RGB value is (195,111,11). Sum of RGB (Red+Green+Blue) = 195+111+11=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36F0B is #3C90F4. Grayscale: #7D7D7D. Windows color (decimal): -3969269 or 749507. OLE color: 749507.
HSL color Cylindrical-coordinate representation of color #C36F0B: hue angle of 32.61º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C36F0B is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 11 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.24 |
| HSL | 32.61º | 0.89% | 0.4% | - |
| HSV(B) | 32.61º | 0.94% | 0.76% | - |
| XYZ | 28.25 | 23 | 3.27 | - |
| YUV | 124.72 | 63.83 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 11 | 0 | 0.43 | 0.94 | 0.24 | 32.61 | 0.89 | 0.4 |
| Hex | C3 | 6F | B | 0 | 2B | 5E | 18 | 21 | 59 | 28 |
| Octal | 303 | 157 | 13 | 0 | 53 | 136 | 30 | 41 | 131 | 50 |
| Binary | 11000011 | 1101111 | 1011 | 0 | 101011 | 1011110 | 11000 | 100001 | 1011001 | 101000 |
Color Harmonies of #C36F0B
Complementary color
Monochromatic Colors of #C36F0B
Black with #C36F0B
Text Example
Text Example
White with #C36F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F0B; }
p { color: rgb(195,111,11); }
H1.HeaderClassName
{
color: #C36F0B;
}
.AnyTagClassName
{
color: #C36F0B;
}
</style>
background-color css
<style>
a { background-color: #C36F0B; }
a { background-color: rgb(195,111,11); }
div.DivClassName
{
background-color: #C36F0B;
}
.BgClassName
{
background-color: #C36F0B;
}
</style>
border-color css
<style>
span { border-color: #C36F0B; }
span { border-color: rgb(195,111,11); }
td.TdClassName
{
border-color: #C36F0B;
}
.TagClassName
{
border-color: #C36F0B;
}
</style>