#C69934

Color #C69934 Hokey Pokey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hokey Pokey #C69934

Tints of Hokey Pokey #C69934

Color information

#C69934 (or 0xC69934) is unknown color: approx 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

RGB19815352-
CMYK00.230.740.22
HSL41.51º58.4%49.02%-
HSV(B)41.51º73.74%77.65%-
XYZ35.335.048.15-
YUV154.9469.91158.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 49.13%
GREEN value IS 153 (60.16% from 255) = 37.97%
BLUE value IS 52 (20.70% from 255) = 12.90%
R=49.13%
G=37.97%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981535200.230.740.2241.5158.449.02
HexC699340174A162a3a31
Octal3062316402711226527261
Binary1100011010011001110100010111100101010110101010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>