#C69133

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

Shades of Hokey Pokey #C69133

Tints of Hokey Pokey #C69133

Color information

#C69133 (or 0xC69133) is unknown color: approx Hokey Pokey. HEX triplet: C6, 91 and 33. RGB value is (198,145,51). Sum of RGB (Red+Green+Blue) = 198+145+51=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C69133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69133 is #396ECC. Grayscale: #969696. Windows color (decimal): -3763917 or 3379654. OLE color: 3379654.

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

Color convert

RGB19814551-
CMYK00.270.740.22
HSL38.37º59.04%48.82%-
HSV(B)38.37º74.24%77.65%-
XYZ34.0132.57.61-
YUV150.1372.06162.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.25%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 51 (20.31% from 255) = 12.94%
R=50.25%
G=36.80%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981455100.270.740.2238.3759.0448.82
HexC6913301B4A16263b31
Octal3062216303311226467361
Binary1100011010010001110011011011100101010110100110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69133; }

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

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

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

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

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

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

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

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