Shades of Nugget #C6901B
Tints of Nugget #C6901B
RGB
CMYK
RGB Variations
Color information
#C6901B (or 0xC6901B) is known color: Nugget. HEX triplet: C6, 90 and 1B. RGB value is (198,144,27). Sum of RGB (Red+Green+Blue) = 198+144+27=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C6901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6901B is #396FE4. Grayscale: #939393. Windows color (decimal): -3764197 or 1806534. OLE color: 1806534.
HSL color Cylindrical-coordinate representation of color #C6901B: hue angle of 41.05º 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 #C6901B is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 27 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.22 |
| HSL | 41.05º | 0.76% | 0.44% | - |
| HSV(B) | 41.05º | 0.86% | 0.78% | - |
| XYZ | 33.46 | 32.03 | 5.46 | - |
| YUV | 146.81 | 60.39 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 27 | 0 | 0.27 | 0.86 | 0.22 | 41.05 | 0.76 | 0.44 |
| Hex | C6 | 90 | 1B | 0 | 1B | 56 | 16 | 29 | 4C | 2C |
| Octal | 306 | 220 | 33 | 0 | 33 | 126 | 26 | 51 | 114 | 54 |
| Binary | 11000110 | 10010000 | 11011 | 0 | 11011 | 1010110 | 10110 | 101001 | 1001100 | 101100 |
Color Harmonies of #C6901B
Complementary color
Monochromatic Colors of #C6901B
Black with #C6901B
Text Example
Text Example
White with #C6901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6901B; }
p { color: rgb(198,144,27); }
H1.HeaderClassName
{
color: #C6901B;
}
.AnyTagClassName
{
color: #C6901B;
}
</style>
background-color css
<style>
a { background-color: #C6901B; }
a { background-color: rgb(198,144,27); }
div.DivClassName
{
background-color: #C6901B;
}
.BgClassName
{
background-color: #C6901B;
}
</style>
border-color css
<style>
span { border-color: #C6901B; }
span { border-color: rgb(198,144,27); }
td.TdClassName
{
border-color: #C6901B;
}
.TagClassName
{
border-color: #C6901B;
}
</style>