Shades of Nugget #C68C1B
Tints of Nugget #C68C1B
RGB
CMYK
RGB Variations
Color information
#C68C1B (or 0xC68C1B) is known color: Nugget. HEX triplet: C6, 8C and 1B. RGB value is (198,140,27). Sum of RGB (Red+Green+Blue) = 198+140+27=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68C1B is #3973E4. Grayscale: #909090. Windows color (decimal): -3765221 or 1805510. OLE color: 1805510.
HSL color Cylindrical-coordinate representation of color #C68C1B: hue angle of 39.65º degrees, saturation: 0.76, 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 #C68C1B is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 27 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.22 |
| HSL | 39.65º | 0.76% | 0.44% | - |
| HSV(B) | 39.65º | 0.86% | 0.78% | - |
| XYZ | 32.86 | 30.84 | 5.26 | - |
| YUV | 144.46 | 61.72 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 27 | 0 | 0.29 | 0.86 | 0.22 | 39.65 | 0.76 | 0.44 |
| Hex | C6 | 8C | 1B | 0 | 1D | 56 | 16 | 28 | 4C | 2C |
| Octal | 306 | 214 | 33 | 0 | 35 | 126 | 26 | 50 | 114 | 54 |
| Binary | 11000110 | 10001100 | 11011 | 0 | 11101 | 1010110 | 10110 | 101000 | 1001100 | 101100 |
Color Harmonies of #C68C1B
Complementary color
Monochromatic Colors of #C68C1B
Black with #C68C1B
Text Example
Text Example
White with #C68C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C1B; }
p { color: rgb(198,140,27); }
H1.HeaderClassName
{
color: #C68C1B;
}
.AnyTagClassName
{
color: #C68C1B;
}
</style>
background-color css
<style>
a { background-color: #C68C1B; }
a { background-color: rgb(198,140,27); }
div.DivClassName
{
background-color: #C68C1B;
}
.BgClassName
{
background-color: #C68C1B;
}
</style>
border-color css
<style>
span { border-color: #C68C1B; }
span { border-color: rgb(198,140,27); }
td.TdClassName
{
border-color: #C68C1B;
}
.TagClassName
{
border-color: #C68C1B;
}
</style>