Shades of Apache #CB9F61
Tints of Apache #CB9F61
RGB
CMYK
RGB Variations
Color information
#CB9F61 (or 0xCB9F61) is known color: Apache. HEX triplet: CB, 9F and 61. RGB value is (203,159,97). Sum of RGB (Red+Green+Blue) = 203+159+97=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9F61 is #34609E. Grayscale: #A5A5A5. Windows color (decimal): -3432607 or 6397899. OLE color: 6397899.
HSL color Cylindrical-coordinate representation of color #CB9F61: hue angle of 35.09º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB9F61 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 97 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.20 |
| HSL | 35.09º | 0.5% | 0.59% | - |
| HSV(B) | 35.09º | 0.52% | 0.8% | - |
| XYZ | 39.18 | 38.36 | 16.65 | - |
| YUV | 165.09 | 89.58 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 97 | 0 | 0.22 | 0.52 | 0.20 | 35.09 | 0.5 | 0.59 |
| Hex | CB | 9F | 61 | 0 | 16 | 34 | 14 | 23 | 32 | 3B |
| Octal | 313 | 237 | 141 | 0 | 26 | 64 | 24 | 43 | 62 | 73 |
| Binary | 11001011 | 10011111 | 1100001 | 0 | 10110 | 110100 | 10100 | 100011 | 110010 | 111011 |
Color Harmonies of #CB9F61
Complementary color
Monochromatic Colors of #CB9F61
Black with #CB9F61
Text Example
Text Example
White with #CB9F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F61; }
p { color: rgb(203,159,97); }
H1.HeaderClassName
{
color: #CB9F61;
}
.AnyTagClassName
{
color: #CB9F61;
}
</style>
background-color css
<style>
a { background-color: #CB9F61; }
a { background-color: rgb(203,159,97); }
div.DivClassName
{
background-color: #CB9F61;
}
.BgClassName
{
background-color: #CB9F61;
}
</style>
border-color css
<style>
span { border-color: #CB9F61; }
span { border-color: rgb(203,159,97); }
td.TdClassName
{
border-color: #CB9F61;
}
.TagClassName
{
border-color: #CB9F61;
}
</style>