Shades of Ochre #C36C1B
Tints of Ochre #C36C1B
RGB
CMYK
RGB Variations
Color information
#C36C1B (or 0xC36C1B) is known color: Ochre. HEX triplet: C3, 6C and 1B. RGB value is (195,108,27). Sum of RGB (Red+Green+Blue) = 195+108+27=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36C1B is #3C93E4. Grayscale: #7D7D7D. Windows color (decimal): -3970021 or 1797315. OLE color: 1797315.
HSL color Cylindrical-coordinate representation of color #C36C1B: hue angle of 28.93º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C36C1B is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 27 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.24 |
| HSL | 28.93º | 0.76% | 0.44% | - |
| HSV(B) | 28.93º | 0.86% | 0.76% | - |
| XYZ | 28.07 | 22.41 | 3.88 | - |
| YUV | 124.78 | 72.82 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 27 | 0 | 0.45 | 0.86 | 0.24 | 28.93 | 0.76 | 0.44 |
| Hex | C3 | 6C | 1B | 0 | 2D | 56 | 18 | 1D | 4C | 2C |
| Octal | 303 | 154 | 33 | 0 | 55 | 126 | 30 | 35 | 114 | 54 |
| Binary | 11000011 | 1101100 | 11011 | 0 | 101101 | 1010110 | 11000 | 11101 | 1001100 | 101100 |
Color Harmonies of #C36C1B
Complementary color
Monochromatic Colors of #C36C1B
Black with #C36C1B
Text Example
Text Example
White with #C36C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C1B; }
p { color: rgb(195,108,27); }
H1.HeaderClassName
{
color: #C36C1B;
}
.AnyTagClassName
{
color: #C36C1B;
}
</style>
background-color css
<style>
a { background-color: #C36C1B; }
a { background-color: rgb(195,108,27); }
div.DivClassName
{
background-color: #C36C1B;
}
.BgClassName
{
background-color: #C36C1B;
}
</style>
border-color css
<style>
span { border-color: #C36C1B; }
span { border-color: rgb(195,108,27); }
td.TdClassName
{
border-color: #C36C1B;
}
.TagClassName
{
border-color: #C36C1B;
}
</style>