Shades of Ochre #C36F24
Tints of Ochre #C36F24
RGB
CMYK
RGB Variations
Color information
#C36F24 (or 0xC36F24) is known color: Ochre. HEX triplet: C3, 6F and 24. RGB value is (195,111,36). Sum of RGB (Red+Green+Blue) = 195+111+36=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36F24 is #3C90DB. Grayscale: #7F7F7F. Windows color (decimal): -3969244 or 2387907. OLE color: 2387907.
HSL color Cylindrical-coordinate representation of color #C36F24: hue angle of 28.3º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C36F24 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 36 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.24 |
| HSL | 28.3º | 0.69% | 0.45% | - |
| HSV(B) | 28.3º | 0.82% | 0.76% | - |
| XYZ | 28.51 | 23.1 | 4.62 | - |
| YUV | 127.57 | 76.33 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 36 | 0 | 0.43 | 0.82 | 0.24 | 28.3 | 0.69 | 0.45 |
| Hex | C3 | 6F | 24 | 0 | 2B | 52 | 18 | 1C | 45 | 2D |
| Octal | 303 | 157 | 44 | 0 | 53 | 122 | 30 | 34 | 105 | 55 |
| Binary | 11000011 | 1101111 | 100100 | 0 | 101011 | 1010010 | 11000 | 11100 | 1000101 | 101101 |
Color Harmonies of #C36F24
Complementary color
Monochromatic Colors of #C36F24
Black with #C36F24
Text Example
Text Example
White with #C36F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F24; }
p { color: rgb(195,111,36); }
H1.HeaderClassName
{
color: #C36F24;
}
.AnyTagClassName
{
color: #C36F24;
}
</style>
background-color css
<style>
a { background-color: #C36F24; }
a { background-color: rgb(195,111,36); }
div.DivClassName
{
background-color: #C36F24;
}
.BgClassName
{
background-color: #C36F24;
}
</style>
border-color css
<style>
span { border-color: #C36F24; }
span { border-color: rgb(195,111,36); }
td.TdClassName
{
border-color: #C36F24;
}
.TagClassName
{
border-color: #C36F24;
}
</style>