Shades of Ochre #C67108
Tints of Ochre #C67108
RGB
CMYK
RGB Variations
Color information
#C67108 (or 0xC67108) is known color: Ochre. HEX triplet: C6, 71 and 08. RGB value is (198,113,8). Sum of RGB (Red+Green+Blue) = 198+113+8=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C67108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67108 is #398EF7. Grayscale: #7E7E7E. Windows color (decimal): -3772152 or 553414. OLE color: 553414.
HSL color Cylindrical-coordinate representation of color #C67108: hue angle of 33.16º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C67108 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 113 | 8 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.22 |
| HSL | 33.16º | 0.92% | 0.4% | - |
| HSV(B) | 33.16º | 0.96% | 0.78% | - |
| XYZ | 29.24 | 23.83 | 3.29 | - |
| YUV | 126.45 | 61.16 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 8 | 0 | 0.43 | 0.96 | 0.22 | 33.16 | 0.92 | 0.4 |
| Hex | C6 | 71 | 8 | 0 | 2B | 60 | 16 | 21 | 5C | 28 |
| Octal | 306 | 161 | 10 | 0 | 53 | 140 | 26 | 41 | 134 | 50 |
| Binary | 11000110 | 1110001 | 1000 | 0 | 101011 | 1100000 | 10110 | 100001 | 1011100 | 101000 |
Color Harmonies of #C67108
Complementary color
Monochromatic Colors of #C67108
Black with #C67108
Text Example
Text Example
White with #C67108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67108; }
p { color: rgb(198,113,8); }
H1.HeaderClassName
{
color: #C67108;
}
.AnyTagClassName
{
color: #C67108;
}
</style>
background-color css
<style>
a { background-color: #C67108; }
a { background-color: rgb(198,113,8); }
div.DivClassName
{
background-color: #C67108;
}
.BgClassName
{
background-color: #C67108;
}
</style>
border-color css
<style>
span { border-color: #C67108; }
span { border-color: rgb(198,113,8); }
td.TdClassName
{
border-color: #C67108;
}
.TagClassName
{
border-color: #C67108;
}
</style>