#C69331

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

Shades of Hokey Pokey #C69331

Tints of Hokey Pokey #C69331

Color information

#C69331 (or 0xC69331) is unknown color: approx Hokey Pokey. HEX triplet: C6, 93 and 31. RGB value is (198,147,49). Sum of RGB (Red+Green+Blue) = 198+147+49=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C69331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69331 is #396CCE. Grayscale: #979797. Windows color (decimal): -3763407 or 3249094. OLE color: 3249094.

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

Color convert

RGB19814749-
CMYK00.260.750.22
HSL39.46º60.32%48.43%-
HSV(B)39.46º75.25%77.65%-
XYZ34.2833.097.49-
YUV151.0870.4161.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.25%
GREEN value IS 147 (57.81% from 255) = 37.31%
BLUE value IS 49 (19.53% from 255) = 12.44%
R=50.25%
G=37.31%
B=12.44%

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
Decimal1981474900.260.750.2239.4660.3248.43
HexC6933101A4B16273c30
Octal3062236103211326477460
Binary1100011010010011110001011010100101110110100111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69331; }

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

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

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

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

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

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

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

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