Shades of Buddha Gold #C6961D
Tints of Buddha Gold #C6961D
RGB
CMYK
RGB Variations
Color information
#C6961D (or 0xC6961D) is known color: Buddha Gold. HEX triplet: C6, 96 and 1D. RGB value is (198,150,29). Sum of RGB (Red+Green+Blue) = 198+150+29=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C6961D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6961D is #3969E2. Grayscale: #979797. Windows color (decimal): -3762659 or 1939142. OLE color: 1939142.
HSL color Cylindrical-coordinate representation of color #C6961D: hue angle of 42.96º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6961D is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 150 | 29 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.22 |
| HSL | 42.96º | 0.74% | 0.45% | - |
| HSV(B) | 42.96º | 0.85% | 0.78% | - |
| XYZ | 34.42 | 33.91 | 5.89 | - |
| YUV | 150.56 | 59.4 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 29 | 0 | 0.24 | 0.85 | 0.22 | 42.96 | 0.74 | 0.45 |
| Hex | C6 | 96 | 1D | 0 | 18 | 55 | 16 | 2B | 4A | 2D |
| Octal | 306 | 226 | 35 | 0 | 30 | 125 | 26 | 53 | 112 | 55 |
| Binary | 11000110 | 10010110 | 11101 | 0 | 11000 | 1010101 | 10110 | 101011 | 1001010 | 101101 |
Color Harmonies of #C6961D
Complementary color
Monochromatic Colors of #C6961D
Black with #C6961D
Text Example
Text Example
White with #C6961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6961D; }
p { color: rgb(198,150,29); }
H1.HeaderClassName
{
color: #C6961D;
}
.AnyTagClassName
{
color: #C6961D;
}
</style>
background-color css
<style>
a { background-color: #C6961D; }
a { background-color: rgb(198,150,29); }
div.DivClassName
{
background-color: #C6961D;
}
.BgClassName
{
background-color: #C6961D;
}
</style>
border-color css
<style>
span { border-color: #C6961D; }
span { border-color: rgb(198,150,29); }
td.TdClassName
{
border-color: #C6961D;
}
.TagClassName
{
border-color: #C6961D;
}
</style>