Shades of Hokey Pokey #C69934
Tints of Hokey Pokey #C69934
RGB
CMYK
RGB Variations
Color information
#C69934 (or 0xC69934) is known color: Hokey Pokey. HEX triplet: C6, 99 and 34. RGB value is (198,153,52). Sum of RGB (Red+Green+Blue) = 198+153+52=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C69934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69934 is #3966CB. Grayscale: #9B9B9B. Windows color (decimal): -3761868 or 3447238. OLE color: 3447238.
HSL color Cylindrical-coordinate representation of color #C69934: hue angle of 41.51º degrees, saturation: 0.58, 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 #C69934 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 52 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.22 |
| HSL | 41.51º | 0.58% | 0.49% | - |
| HSV(B) | 41.51º | 0.74% | 0.78% | - |
| XYZ | 35.3 | 35.04 | 8.15 | - |
| YUV | 154.94 | 69.91 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 52 | 0 | 0.23 | 0.74 | 0.22 | 41.51 | 0.58 | 0.49 |
| Hex | C6 | 99 | 34 | 0 | 17 | 4A | 16 | 2A | 3A | 31 |
| Octal | 306 | 231 | 64 | 0 | 27 | 112 | 26 | 52 | 72 | 61 |
| Binary | 11000110 | 10011001 | 110100 | 0 | 10111 | 1001010 | 10110 | 101010 | 111010 | 110001 |
Color Harmonies of #C69934
Complementary color
Monochromatic Colors of #C69934
Black with #C69934
Text Example
Text Example
White with #C69934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69934; }
p { color: rgb(198,153,52); }
H1.HeaderClassName
{
color: #C69934;
}
.AnyTagClassName
{
color: #C69934;
}
</style>
background-color css
<style>
a { background-color: #C69934; }
a { background-color: rgb(198,153,52); }
div.DivClassName
{
background-color: #C69934;
}
.BgClassName
{
background-color: #C69934;
}
</style>
border-color css
<style>
span { border-color: #C69934; }
span { border-color: rgb(198,153,52); }
td.TdClassName
{
border-color: #C69934;
}
.TagClassName
{
border-color: #C69934;
}
</style>