Shades of Apache #CE9F61
Tints of Apache #CE9F61
RGB
CMYK
RGB Variations
Color information
#CE9F61 (or 0xCE9F61) is known color: Apache. HEX triplet: CE, 9F and 61. RGB value is (206,159,97). Sum of RGB (Red+Green+Blue) = 206+159+97=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9F61 is #31609E. Grayscale: #A6A6A6. Windows color (decimal): -3235999 or 6397902. OLE color: 6397902.
HSL color Cylindrical-coordinate representation of color #CE9F61: hue angle of 34.13º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE9F61 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 97 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.19 |
| HSL | 34.13º | 0.53% | 0.59% | - |
| HSV(B) | 34.13º | 0.53% | 0.81% | - |
| XYZ | 40.01 | 38.78 | 16.69 | - |
| YUV | 165.99 | 89.07 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 97 | 0 | 0.23 | 0.53 | 0.19 | 34.13 | 0.53 | 0.59 |
| Hex | CE | 9F | 61 | 0 | 17 | 35 | 13 | 22 | 35 | 3B |
| Octal | 316 | 237 | 141 | 0 | 27 | 65 | 23 | 42 | 65 | 73 |
| Binary | 11001110 | 10011111 | 1100001 | 0 | 10111 | 110101 | 10011 | 100010 | 110101 | 111011 |
Color Harmonies of #CE9F61
Complementary color
Monochromatic Colors of #CE9F61
Black with #CE9F61
Text Example
Text Example
White with #CE9F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F61; }
p { color: rgb(206,159,97); }
H1.HeaderClassName
{
color: #CE9F61;
}
.AnyTagClassName
{
color: #CE9F61;
}
</style>
background-color css
<style>
a { background-color: #CE9F61; }
a { background-color: rgb(206,159,97); }
div.DivClassName
{
background-color: #CE9F61;
}
.BgClassName
{
background-color: #CE9F61;
}
</style>
border-color css
<style>
span { border-color: #CE9F61; }
span { border-color: rgb(206,159,97); }
td.TdClassName
{
border-color: #CE9F61;
}
.TagClassName
{
border-color: #CE9F61;
}
</style>