#C69332

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

Shades of Hokey Pokey #C69332

Tints of Hokey Pokey #C69332

Color information

#C69332 (or 0xC69332) is unknown color: approx Hokey Pokey. HEX triplet: C6, 93 and 32. RGB value is (198,147,50). Sum of RGB (Red+Green+Blue) = 198+147+50=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C69332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69332 is #396CCD. Grayscale: #979797. Windows color (decimal): -3763406 or 3314630. OLE color: 3314630.

HSL color Cylindrical-coordinate representation of color #C69332: hue angle of 39.32º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C69332 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB19814750-
CMYK00.260.750.22
HSL39.32º59.68%48.63%-
HSV(B)39.32º74.75%77.65%-
XYZ34.333.17.6-
YUV151.1970.9161.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.13%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 50 (19.92% from 255) = 12.66%
R=50.13%
G=37.22%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981475000.260.750.2239.3259.6848.63
HexC6933201A4B16273c31
Octal3062236203211326477461
Binary1100011010010011110010011010100101110110100111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69332; }

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

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

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

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

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

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

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

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