Shades of Golden Bell #C6813B
Tints of Golden Bell #C6813B
RGB
CMYK
RGB Variations
Color information
#C6813B (or 0xC6813B) is known color: Golden Bell. HEX triplet: C6, 81 and 3B. RGB value is (198,129,59). Sum of RGB (Red+Green+Blue) = 198+129+59=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 59 (23.44% from 255 or 15.28% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C6813B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6813B is #397EC4. Grayscale: #8E8E8E. Windows color (decimal): -3768005 or 3899846. OLE color: 3899846.
HSL color Cylindrical-coordinate representation of color #C6813B: hue angle of 30.22º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6813B is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 59 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.22 |
| HSL | 30.22º | 0.55% | 0.5% | - |
| HSV(B) | 30.22º | 0.7% | 0.78% | - |
| XYZ | 31.93 | 28.02 | 7.86 | - |
| YUV | 141.65 | 81.36 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 59 | 0 | 0.35 | 0.70 | 0.22 | 30.22 | 0.55 | 0.5 |
| Hex | C6 | 81 | 3B | 0 | 23 | 46 | 16 | 1E | 37 | 32 |
| Octal | 306 | 201 | 73 | 0 | 43 | 106 | 26 | 36 | 67 | 62 |
| Binary | 11000110 | 10000001 | 111011 | 0 | 100011 | 1000110 | 10110 | 11110 | 110111 | 110010 |
Color Harmonies of #C6813B
Complementary color
Monochromatic Colors of #C6813B
Black with #C6813B
Text Example
Text Example
White with #C6813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6813B; }
p { color: rgb(198,129,59); }
H1.HeaderClassName
{
color: #C6813B;
}
.AnyTagClassName
{
color: #C6813B;
}
</style>
background-color css
<style>
a { background-color: #C6813B; }
a { background-color: rgb(198,129,59); }
div.DivClassName
{
background-color: #C6813B;
}
.BgClassName
{
background-color: #C6813B;
}
</style>
border-color css
<style>
span { border-color: #C6813B; }
span { border-color: rgb(198,129,59); }
td.TdClassName
{
border-color: #C6813B;
}
.TagClassName
{
border-color: #C6813B;
}
</style>