#C69333

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

Shades of Hokey Pokey #C69333

Tints of Hokey Pokey #C69333

Color information

#C69333 (or 0xC69333) is unknown color: approx Hokey Pokey. HEX triplet: C6, 93 and 33. RGB value is (198,147,51). Sum of RGB (Red+Green+Blue) = 198+147+51=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 51 (20.31% from 255 or 12.88% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C69333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69333 is #396CCC. Grayscale: #979797. Windows color (decimal): -3763405 or 3380166. OLE color: 3380166.

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

Color convert

RGB19814751-
CMYK00.260.740.22
HSL39.18º59.04%48.82%-
HSV(B)39.18º74.24%77.65%-
XYZ34.3233.117.71-
YUV151.371.4161.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50%
GREEN value IS 147 (57.81% from 255) = 37.12%
BLUE value IS 51 (20.31% from 255) = 12.88%
R=50%
G=37.12%
B=12.88%

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
Decimal1981475100.260.740.2239.1859.0448.82
HexC6933301A4A16273b31
Octal3062236303211226477361
Binary1100011010010011110011011010100101010110100111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69333; }

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

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

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

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

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

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

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

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