Shades of Buddha Gold #C6990B
Tints of Buddha Gold #C6990B
RGB
CMYK
RGB Variations
Color information
#C6990B (or 0xC6990B) is known color: Buddha Gold. HEX triplet: C6, 99 and 0B. RGB value is (198,153,11). Sum of RGB (Red+Green+Blue) = 198+153+11=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6990B is #3966F4. Grayscale: #969696. Windows color (decimal): -3761909 or 760262. OLE color: 760262.
HSL color Cylindrical-coordinate representation of color #C6990B: hue angle of 45.56º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6990B is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 11 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.22 |
| HSL | 45.56º | 0.89% | 0.41% | - |
| HSV(B) | 45.56º | 0.94% | 0.78% | - |
| XYZ | 34.74 | 34.81 | 5.21 | - |
| YUV | 150.27 | 49.41 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 11 | 0 | 0.23 | 0.94 | 0.22 | 45.56 | 0.89 | 0.41 |
| Hex | C6 | 99 | B | 0 | 17 | 5E | 16 | 2E | 59 | 29 |
| Octal | 306 | 231 | 13 | 0 | 27 | 136 | 26 | 56 | 131 | 51 |
| Binary | 11000110 | 10011001 | 1011 | 0 | 10111 | 1011110 | 10110 | 101110 | 1011001 | 101001 |
Color Harmonies of #C6990B
Complementary color
Monochromatic Colors of #C6990B
Black with #C6990B
Text Example
Text Example
White with #C6990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6990B; }
p { color: rgb(198,153,11); }
H1.HeaderClassName
{
color: #C6990B;
}
.AnyTagClassName
{
color: #C6990B;
}
</style>
background-color css
<style>
a { background-color: #C6990B; }
a { background-color: rgb(198,153,11); }
div.DivClassName
{
background-color: #C6990B;
}
.BgClassName
{
background-color: #C6990B;
}
</style>
border-color css
<style>
span { border-color: #C6990B; }
span { border-color: rgb(198,153,11); }
td.TdClassName
{
border-color: #C6990B;
}
.TagClassName
{
border-color: #C6990B;
}
</style>