Shades of Ochre #C36F18
Tints of Ochre #C36F18
RGB
CMYK
RGB Variations
Color information
#C36F18 (or 0xC36F18) is known color: Ochre. HEX triplet: C3, 6F and 18. RGB value is (195,111,24). Sum of RGB (Red+Green+Blue) = 195+111+24=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36F18 is #3C90E7. Grayscale: #7E7E7E. Windows color (decimal): -3969256 or 1601475. OLE color: 1601475.
HSL color Cylindrical-coordinate representation of color #C36F18: hue angle of 30.53º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C36F18 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 24 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.24 |
| HSL | 30.53º | 0.78% | 0.43% | - |
| HSV(B) | 30.53º | 0.88% | 0.76% | - |
| XYZ | 28.35 | 23.04 | 3.82 | - |
| YUV | 126.2 | 70.33 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 24 | 0 | 0.43 | 0.88 | 0.24 | 30.53 | 0.78 | 0.43 |
| Hex | C3 | 6F | 18 | 0 | 2B | 58 | 18 | 1F | 4E | 2B |
| Octal | 303 | 157 | 30 | 0 | 53 | 130 | 30 | 37 | 116 | 53 |
| Binary | 11000011 | 1101111 | 11000 | 0 | 101011 | 1011000 | 11000 | 11111 | 1001110 | 101011 |
Color Harmonies of #C36F18
Complementary color
Monochromatic Colors of #C36F18
Black with #C36F18
Text Example
Text Example
White with #C36F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F18; }
p { color: rgb(195,111,24); }
H1.HeaderClassName
{
color: #C36F18;
}
.AnyTagClassName
{
color: #C36F18;
}
</style>
background-color css
<style>
a { background-color: #C36F18; }
a { background-color: rgb(195,111,24); }
div.DivClassName
{
background-color: #C36F18;
}
.BgClassName
{
background-color: #C36F18;
}
</style>
border-color css
<style>
span { border-color: #C36F18; }
span { border-color: rgb(195,111,24); }
td.TdClassName
{
border-color: #C36F18;
}
.TagClassName
{
border-color: #C36F18;
}
</style>