Shades of Golden Bell #C67A34
Tints of Golden Bell #C67A34
RGB
CMYK
RGB Variations
Color information
#C67A34 (or 0xC67A34) is known color: Golden Bell. HEX triplet: C6, 7A and 34. RGB value is (198,122,52). Sum of RGB (Red+Green+Blue) = 198+122+52=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67A34 is #3985CB. Grayscale: #898989. Windows color (decimal): -3769804 or 3439302. OLE color: 3439302.
HSL color Cylindrical-coordinate representation of color #C67A34: hue angle of 28.77º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C67A34 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 52 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.22 |
| HSL | 28.77º | 0.58% | 0.49% | - |
| HSV(B) | 28.77º | 0.74% | 0.78% | - |
| XYZ | 30.87 | 26.17 | 6.67 | - |
| YUV | 136.74 | 80.18 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 52 | 0 | 0.38 | 0.74 | 0.22 | 28.77 | 0.58 | 0.49 |
| Hex | C6 | 7A | 34 | 0 | 26 | 4A | 16 | 1D | 3A | 31 |
| Octal | 306 | 172 | 64 | 0 | 46 | 112 | 26 | 35 | 72 | 61 |
| Binary | 11000110 | 1111010 | 110100 | 0 | 100110 | 1001010 | 10110 | 11101 | 111010 | 110001 |
Color Harmonies of #C67A34
Complementary color
Monochromatic Colors of #C67A34
Black with #C67A34
Text Example
Text Example
White with #C67A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A34; }
p { color: rgb(198,122,52); }
H1.HeaderClassName
{
color: #C67A34;
}
.AnyTagClassName
{
color: #C67A34;
}
</style>
background-color css
<style>
a { background-color: #C67A34; }
a { background-color: rgb(198,122,52); }
div.DivClassName
{
background-color: #C67A34;
}
.BgClassName
{
background-color: #C67A34;
}
</style>
border-color css
<style>
span { border-color: #C67A34; }
span { border-color: rgb(198,122,52); }
td.TdClassName
{
border-color: #C67A34;
}
.TagClassName
{
border-color: #C67A34;
}
</style>