Shades of Ochre #C9770B
Tints of Ochre #C9770B
RGB
CMYK
RGB Variations
Color information
#C9770B (or 0xC9770B) is known color: Ochre. HEX triplet: C9, 77 and 0B. RGB value is (201,119,11). Sum of RGB (Red+Green+Blue) = 201+119+11=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9770B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9770B is #3688F4. Grayscale: #838383. Windows color (decimal): -3574005 or 751561. OLE color: 751561.
HSL color Cylindrical-coordinate representation of color #C9770B: hue angle of 34.11º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9770B is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 119 | 11 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.21 |
| HSL | 34.11º | 0.9% | 0.42% | - |
| HSV(B) | 34.11º | 0.95% | 0.79% | - |
| XYZ | 30.74 | 25.64 | 3.64 | - |
| YUV | 131.21 | 60.17 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 11 | 0 | 0.41 | 0.95 | 0.21 | 34.11 | 0.9 | 0.42 |
| Hex | C9 | 77 | B | 0 | 29 | 5F | 15 | 22 | 5A | 2A |
| Octal | 311 | 167 | 13 | 0 | 51 | 137 | 25 | 42 | 132 | 52 |
| Binary | 11001001 | 1110111 | 1011 | 0 | 101001 | 1011111 | 10101 | 100010 | 1011010 | 101010 |
Color Harmonies of #C9770B
Complementary color
Monochromatic Colors of #C9770B
Black with #C9770B
Text Example
Text Example
White with #C9770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9770B; }
p { color: rgb(201,119,11); }
H1.HeaderClassName
{
color: #C9770B;
}
.AnyTagClassName
{
color: #C9770B;
}
</style>
background-color css
<style>
a { background-color: #C9770B; }
a { background-color: rgb(201,119,11); }
div.DivClassName
{
background-color: #C9770B;
}
.BgClassName
{
background-color: #C9770B;
}
</style>
border-color css
<style>
span { border-color: #C9770B; }
span { border-color: rgb(201,119,11); }
td.TdClassName
{
border-color: #C9770B;
}
.TagClassName
{
border-color: #C9770B;
}
</style>