Shades of Buddha Gold #C6961B
Tints of Buddha Gold #C6961B
RGB
CMYK
RGB Variations
Color information
#C6961B (or 0xC6961B) is known color: Buddha Gold. HEX triplet: C6, 96 and 1B. RGB value is (198,150,27). Sum of RGB (Red+Green+Blue) = 198+150+27=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6961B is #3969E4. Grayscale: #969696. Windows color (decimal): -3762661 or 1808070. OLE color: 1808070.
HSL color Cylindrical-coordinate representation of color #C6961B: hue angle of 43.16º degrees, saturation: 0.76, 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 #C6961B is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 150 | 27 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.22 |
| HSL | 43.16º | 0.76% | 0.44% | - |
| HSV(B) | 43.16º | 0.86% | 0.78% | - |
| XYZ | 34.39 | 33.9 | 5.77 | - |
| YUV | 150.33 | 58.4 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 27 | 0 | 0.24 | 0.86 | 0.22 | 43.16 | 0.76 | 0.44 |
| Hex | C6 | 96 | 1B | 0 | 18 | 56 | 16 | 2B | 4C | 2C |
| Octal | 306 | 226 | 33 | 0 | 30 | 126 | 26 | 53 | 114 | 54 |
| Binary | 11000110 | 10010110 | 11011 | 0 | 11000 | 1010110 | 10110 | 101011 | 1001100 | 101100 |
Color Harmonies of #C6961B
Complementary color
Monochromatic Colors of #C6961B
Black with #C6961B
Text Example
Text Example
White with #C6961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6961B; }
p { color: rgb(198,150,27); }
H1.HeaderClassName
{
color: #C6961B;
}
.AnyTagClassName
{
color: #C6961B;
}
</style>
background-color css
<style>
a { background-color: #C6961B; }
a { background-color: rgb(198,150,27); }
div.DivClassName
{
background-color: #C6961B;
}
.BgClassName
{
background-color: #C6961B;
}
</style>
border-color css
<style>
span { border-color: #C6961B; }
span { border-color: rgb(198,150,27); }
td.TdClassName
{
border-color: #C6961B;
}
.TagClassName
{
border-color: #C6961B;
}
</style>