Shades of Ochre #CF8613
Tints of Ochre #CF8613
RGB
CMYK
RGB Variations
Color information
#CF8613 (or 0xCF8613) is known color: Ochre. HEX triplet: CF, 86 and 13. RGB value is (207,134,19). Sum of RGB (Red+Green+Blue) = 207+134+19=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8613 is #3079EC. Grayscale: #8F8F8F. Windows color (decimal): -3176941 or 1279695. OLE color: 1279695.
HSL color Cylindrical-coordinate representation of color #CF8613: hue angle of 36.7º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF8613 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 19 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.19 |
| HSL | 36.7º | 0.83% | 0.44% | - |
| HSV(B) | 36.7º | 0.91% | 0.81% | - |
| XYZ | 34.37 | 30.36 | 4.66 | - |
| YUV | 142.72 | 58.18 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 19 | 0 | 0.35 | 0.91 | 0.19 | 36.7 | 0.83 | 0.44 |
| Hex | CF | 86 | 13 | 0 | 23 | 5B | 13 | 25 | 53 | 2C |
| Octal | 317 | 206 | 23 | 0 | 43 | 133 | 23 | 45 | 123 | 54 |
| Binary | 11001111 | 10000110 | 10011 | 0 | 100011 | 1011011 | 10011 | 100101 | 1010011 | 101100 |
Color Harmonies of #CF8613
Complementary color
Monochromatic Colors of #CF8613
Black with #CF8613
Text Example
Text Example
White with #CF8613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8613; }
p { color: rgb(207,134,19); }
H1.HeaderClassName
{
color: #CF8613;
}
.AnyTagClassName
{
color: #CF8613;
}
</style>
background-color css
<style>
a { background-color: #CF8613; }
a { background-color: rgb(207,134,19); }
div.DivClassName
{
background-color: #CF8613;
}
.BgClassName
{
background-color: #CF8613;
}
</style>
border-color css
<style>
span { border-color: #CF8613; }
span { border-color: rgb(207,134,19); }
td.TdClassName
{
border-color: #CF8613;
}
.TagClassName
{
border-color: #CF8613;
}
</style>