Shades of Ochre #C67517
Tints of Ochre #C67517
RGB
CMYK
RGB Variations
Color information
#C67517 (or 0xC67517) is known color: Ochre. HEX triplet: C6, 75 and 17. RGB value is (198,117,23). Sum of RGB (Red+Green+Blue) = 198+117+23=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C67517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67517 is #398AE8. Grayscale: #828282. Windows color (decimal): -3771113 or 1537478. OLE color: 1537478.
HSL color Cylindrical-coordinate representation of color #C67517: hue angle of 32.23º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C67517 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 23 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.22 |
| HSL | 32.23º | 0.79% | 0.43% | - |
| HSV(B) | 32.23º | 0.88% | 0.78% | - |
| XYZ | 29.8 | 24.79 | 4.02 | - |
| YUV | 130.5 | 67.34 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 23 | 0 | 0.41 | 0.88 | 0.22 | 32.23 | 0.79 | 0.43 |
| Hex | C6 | 75 | 17 | 0 | 29 | 58 | 16 | 20 | 4F | 2B |
| Octal | 306 | 165 | 27 | 0 | 51 | 130 | 26 | 40 | 117 | 53 |
| Binary | 11000110 | 1110101 | 10111 | 0 | 101001 | 1011000 | 10110 | 100000 | 1001111 | 101011 |
Color Harmonies of #C67517
Complementary color
Monochromatic Colors of #C67517
Black with #C67517
Text Example
Text Example
White with #C67517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67517; }
p { color: rgb(198,117,23); }
H1.HeaderClassName
{
color: #C67517;
}
.AnyTagClassName
{
color: #C67517;
}
</style>
background-color css
<style>
a { background-color: #C67517; }
a { background-color: rgb(198,117,23); }
div.DivClassName
{
background-color: #C67517;
}
.BgClassName
{
background-color: #C67517;
}
</style>
border-color css
<style>
span { border-color: #C67517; }
span { border-color: rgb(198,117,23); }
td.TdClassName
{
border-color: #C67517;
}
.TagClassName
{
border-color: #C67517;
}
</style>