Shades of Ochre #C06C1F
Tints of Ochre #C06C1F
RGB
CMYK
RGB Variations
Color information
#C06C1F (or 0xC06C1F) is known color: Ochre. HEX triplet: C0, 6C and 1F. RGB value is (192,108,31). Sum of RGB (Red+Green+Blue) = 192+108+31=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06C1F is #3F93E0. Grayscale: #7C7C7C. Windows color (decimal): -4166625 or 2059456. OLE color: 2059456.
HSL color Cylindrical-coordinate representation of color #C06C1F: hue angle of 28.7º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C06C1F is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 31 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.25 |
| HSL | 28.7º | 0.72% | 0.44% | - |
| HSV(B) | 28.7º | 0.84% | 0.75% | - |
| XYZ | 27.35 | 22.03 | 4.11 | - |
| YUV | 124.34 | 75.33 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 31 | 0 | 0.44 | 0.84 | 0.25 | 28.7 | 0.72 | 0.44 |
| Hex | C0 | 6C | 1F | 0 | 2C | 54 | 19 | 1D | 48 | 2C |
| Octal | 300 | 154 | 37 | 0 | 54 | 124 | 31 | 35 | 110 | 54 |
| Binary | 11000000 | 1101100 | 11111 | 0 | 101100 | 1010100 | 11001 | 11101 | 1001000 | 101100 |
Color Harmonies of #C06C1F
Complementary color
Monochromatic Colors of #C06C1F
Black with #C06C1F
Text Example
Text Example
White with #C06C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C1F; }
p { color: rgb(192,108,31); }
H1.HeaderClassName
{
color: #C06C1F;
}
.AnyTagClassName
{
color: #C06C1F;
}
</style>
background-color css
<style>
a { background-color: #C06C1F; }
a { background-color: rgb(192,108,31); }
div.DivClassName
{
background-color: #C06C1F;
}
.BgClassName
{
background-color: #C06C1F;
}
</style>
border-color css
<style>
span { border-color: #C06C1F; }
span { border-color: rgb(192,108,31); }
td.TdClassName
{
border-color: #C06C1F;
}
.TagClassName
{
border-color: #C06C1F;
}
</style>