Shades of Nugget #C69B33
Tints of Nugget #C69B33
RGB
CMYK
RGB Variations
Color information
#C69B33 (or 0xC69B33) is known color: Nugget. HEX triplet: C6, 9B and 33. RGB value is (198,155,51). Sum of RGB (Red+Green+Blue) = 198+155+51=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69B33 is #3964CC. Grayscale: #9C9C9C. Windows color (decimal): -3761357 or 3382214. OLE color: 3382214.
HSL color Cylindrical-coordinate representation of color #C69B33: hue angle of 42.45º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C69B33 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 155 | 51 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.22 |
| HSL | 42.45º | 0.59% | 0.49% | - |
| HSV(B) | 42.45º | 0.74% | 0.78% | - |
| XYZ | 35.61 | 35.69 | 8.14 | - |
| YUV | 156 | 68.75 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 51 | 0 | 0.22 | 0.74 | 0.22 | 42.45 | 0.59 | 0.49 |
| Hex | C6 | 9B | 33 | 0 | 16 | 4A | 16 | 2A | 3B | 31 |
| Octal | 306 | 233 | 63 | 0 | 26 | 112 | 26 | 52 | 73 | 61 |
| Binary | 11000110 | 10011011 | 110011 | 0 | 10110 | 1001010 | 10110 | 101010 | 111011 | 110001 |
Color Harmonies of #C69B33
Complementary color
Monochromatic Colors of #C69B33
Black with #C69B33
Text Example
Text Example
White with #C69B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69B33; }
p { color: rgb(198,155,51); }
H1.HeaderClassName
{
color: #C69B33;
}
.AnyTagClassName
{
color: #C69B33;
}
</style>
background-color css
<style>
a { background-color: #C69B33; }
a { background-color: rgb(198,155,51); }
div.DivClassName
{
background-color: #C69B33;
}
.BgClassName
{
background-color: #C69B33;
}
</style>
border-color css
<style>
span { border-color: #C69B33; }
span { border-color: rgb(198,155,51); }
td.TdClassName
{
border-color: #C69B33;
}
.TagClassName
{
border-color: #C69B33;
}
</style>