Shades of Buddha Gold #C6971C
Tints of Buddha Gold #C6971C
RGB
CMYK
RGB Variations
Color information
#C6971C (or 0xC6971C) is known color: Buddha Gold. HEX triplet: C6, 97 and 1C. RGB value is (198,151,28). Sum of RGB (Red+Green+Blue) = 198+151+28=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C6971C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6971C is #3968E3. Grayscale: #979797. Windows color (decimal): -3762404 or 1873862. OLE color: 1873862.
HSL color Cylindrical-coordinate representation of color #C6971C: hue angle of 43.41º degrees, saturation: 0.75, 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 #C6971C is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 28 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.22 |
| HSL | 43.41º | 0.75% | 0.44% | - |
| HSV(B) | 43.41º | 0.86% | 0.78% | - |
| XYZ | 34.56 | 34.22 | 5.88 | - |
| YUV | 151.03 | 58.57 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 28 | 0 | 0.24 | 0.86 | 0.22 | 43.41 | 0.75 | 0.44 |
| Hex | C6 | 97 | 1C | 0 | 18 | 56 | 16 | 2B | 4B | 2C |
| Octal | 306 | 227 | 34 | 0 | 30 | 126 | 26 | 53 | 113 | 54 |
| Binary | 11000110 | 10010111 | 11100 | 0 | 11000 | 1010110 | 10110 | 101011 | 1001011 | 101100 |
Color Harmonies of #C6971C
Complementary color
Monochromatic Colors of #C6971C
Black with #C6971C
Text Example
Text Example
White with #C6971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6971C; }
p { color: rgb(198,151,28); }
H1.HeaderClassName
{
color: #C6971C;
}
.AnyTagClassName
{
color: #C6971C;
}
</style>
background-color css
<style>
a { background-color: #C6971C; }
a { background-color: rgb(198,151,28); }
div.DivClassName
{
background-color: #C6971C;
}
.BgClassName
{
background-color: #C6971C;
}
</style>
border-color css
<style>
span { border-color: #C6971C; }
span { border-color: rgb(198,151,28); }
td.TdClassName
{
border-color: #C6971C;
}
.TagClassName
{
border-color: #C6971C;
}
</style>