#C69334

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

Shades of Hokey Pokey #C69334

Tints of Hokey Pokey #C69334

Color information

#C69334 (or 0xC69334) is unknown color: approx Hokey Pokey. HEX triplet: C6, 93 and 34. RGB value is (198,147,52). Sum of RGB (Red+Green+Blue) = 198+147+52=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C69334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69334 is #396CCB. Grayscale: #979797. Windows color (decimal): -3763404 or 3445702. OLE color: 3445702.

HSL color Cylindrical-coordinate representation of color #C69334: hue angle of 39.04º 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 #C69334 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB19814752-
CMYK00.260.740.22
HSL39.04º58.4%49.02%-
HSV(B)39.04º73.74%77.65%-
XYZ34.3433.127.83-
YUV151.4271.9161.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.87%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 52 (20.70% from 255) = 13.10%
R=49.87%
G=37.03%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981475200.260.740.2239.0458.449.02
HexC6933401A4A16273a31
Octal3062236403211226477261
Binary1100011010010011110100011010100101010110100111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69334; }

 p { color: rgb(198,147,52); }

 H1.HeaderClassName
 {
   color: #C69334;
 }
 .AnyTagClassName
 {
   color: #C69334;
 }
</style>
background-color css

<style>
 a { background-color: #C69334; }

 a { background-color: rgb(198,147,52); }

 div.DivClassName
 {
   background-color: #C69334;
 }
 .BgClassName
 {
   background-color: #C69334;
 }
</style>
border-color css

<style>
 span { border-color: #C69334; }

 span { border-color: rgb(198,147,52); }

 td.TdClassName
 {
   border-color: #C69334;
 }
 .TagClassName
 {
   border-color: #C69334;
 }
</style>