Shades of Ochre #C6801C
Tints of Ochre #C6801C
RGB
CMYK
RGB Variations
Color information
#C6801C (or 0xC6801C) is known color: Ochre. HEX triplet: C6, 80 and 1C. RGB value is (198,128,28). Sum of RGB (Red+Green+Blue) = 198+128+28=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C6801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6801C is #397FE3. Grayscale: #8A8A8A. Windows color (decimal): -3768292 or 1867974. OLE color: 1867974.
HSL color Cylindrical-coordinate representation of color #C6801C: hue angle of 35.29º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6801C is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 28 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.22 |
| HSL | 35.29º | 0.75% | 0.44% | - |
| HSV(B) | 35.29º | 0.86% | 0.78% | - |
| XYZ | 31.22 | 27.53 | 4.77 | - |
| YUV | 137.53 | 66.19 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 28 | 0 | 0.35 | 0.86 | 0.22 | 35.29 | 0.75 | 0.44 |
| Hex | C6 | 80 | 1C | 0 | 23 | 56 | 16 | 23 | 4B | 2C |
| Octal | 306 | 200 | 34 | 0 | 43 | 126 | 26 | 43 | 113 | 54 |
| Binary | 11000110 | 10000000 | 11100 | 0 | 100011 | 1010110 | 10110 | 100011 | 1001011 | 101100 |
Color Harmonies of #C6801C
Complementary color
Monochromatic Colors of #C6801C
Black with #C6801C
Text Example
Text Example
White with #C6801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6801C; }
p { color: rgb(198,128,28); }
H1.HeaderClassName
{
color: #C6801C;
}
.AnyTagClassName
{
color: #C6801C;
}
</style>
background-color css
<style>
a { background-color: #C6801C; }
a { background-color: rgb(198,128,28); }
div.DivClassName
{
background-color: #C6801C;
}
.BgClassName
{
background-color: #C6801C;
}
</style>
border-color css
<style>
span { border-color: #C6801C; }
span { border-color: rgb(198,128,28); }
td.TdClassName
{
border-color: #C6801C;
}
.TagClassName
{
border-color: #C6801C;
}
</style>