Shades of Nugget #C6891C
Tints of Nugget #C6891C
RGB
CMYK
RGB Variations
Color information
#C6891C (or 0xC6891C) is known color: Nugget. HEX triplet: C6, 89 and 1C. RGB value is (198,137,28). Sum of RGB (Red+Green+Blue) = 198+137+28=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C6891C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6891C is #3976E3. Grayscale: #8F8F8F. Windows color (decimal): -3765988 or 1870278. OLE color: 1870278.
HSL color Cylindrical-coordinate representation of color #C6891C: hue angle of 38.47º 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 #C6891C is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 28 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.22 |
| HSL | 38.47º | 0.75% | 0.44% | - |
| HSV(B) | 38.47º | 0.86% | 0.78% | - |
| XYZ | 32.44 | 29.98 | 5.18 | - |
| YUV | 142.81 | 63.21 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 28 | 0 | 0.31 | 0.86 | 0.22 | 38.47 | 0.75 | 0.44 |
| Hex | C6 | 89 | 1C | 0 | 1F | 56 | 16 | 26 | 4B | 2C |
| Octal | 306 | 211 | 34 | 0 | 37 | 126 | 26 | 46 | 113 | 54 |
| Binary | 11000110 | 10001001 | 11100 | 0 | 11111 | 1010110 | 10110 | 100110 | 1001011 | 101100 |
Color Harmonies of #C6891C
Complementary color
Monochromatic Colors of #C6891C
Black with #C6891C
Text Example
Text Example
White with #C6891C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6891C; }
p { color: rgb(198,137,28); }
H1.HeaderClassName
{
color: #C6891C;
}
.AnyTagClassName
{
color: #C6891C;
}
</style>
background-color css
<style>
a { background-color: #C6891C; }
a { background-color: rgb(198,137,28); }
div.DivClassName
{
background-color: #C6891C;
}
.BgClassName
{
background-color: #C6891C;
}
</style>
border-color css
<style>
span { border-color: #C6891C; }
span { border-color: rgb(198,137,28); }
td.TdClassName
{
border-color: #C6891C;
}
.TagClassName
{
border-color: #C6891C;
}
</style>