Shades of Golden Bell #C68738
Tints of Golden Bell #C68738
RGB
CMYK
RGB Variations
Color information
#C68738 (or 0xC68738) is known color: Golden Bell. HEX triplet: C6, 87 and 38. RGB value is (198,135,56). Sum of RGB (Red+Green+Blue) = 198+135+56=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C68738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68738 is #3978C7. Grayscale: #919191. Windows color (decimal): -3766472 or 3704774. OLE color: 3704774.
HSL color Cylindrical-coordinate representation of color #C68738: hue angle of 33.38º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C68738 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 56 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.22 |
| HSL | 33.38º | 0.56% | 0.5% | - |
| HSV(B) | 33.38º | 0.72% | 0.78% | - |
| XYZ | 32.67 | 29.62 | 7.74 | - |
| YUV | 144.83 | 77.87 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 56 | 0 | 0.32 | 0.72 | 0.22 | 33.38 | 0.56 | 0.5 |
| Hex | C6 | 87 | 38 | 0 | 20 | 48 | 16 | 21 | 38 | 32 |
| Octal | 306 | 207 | 70 | 0 | 40 | 110 | 26 | 41 | 70 | 62 |
| Binary | 11000110 | 10000111 | 111000 | 0 | 100000 | 1001000 | 10110 | 100001 | 111000 | 110010 |
Color Harmonies of #C68738
Complementary color
Monochromatic Colors of #C68738
Black with #C68738
Text Example
Text Example
White with #C68738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68738; }
p { color: rgb(198,135,56); }
H1.HeaderClassName
{
color: #C68738;
}
.AnyTagClassName
{
color: #C68738;
}
</style>
background-color css
<style>
a { background-color: #C68738; }
a { background-color: rgb(198,135,56); }
div.DivClassName
{
background-color: #C68738;
}
.BgClassName
{
background-color: #C68738;
}
</style>
border-color css
<style>
span { border-color: #C68738; }
span { border-color: rgb(198,135,56); }
td.TdClassName
{
border-color: #C68738;
}
.TagClassName
{
border-color: #C68738;
}
</style>