#C69231

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

Shades of Hokey Pokey #C69231

Tints of Hokey Pokey #C69231

Color information

#C69231 (or 0xC69231) is unknown color: approx Hokey Pokey. HEX triplet: C6, 92 and 31. RGB value is (198,146,49). Sum of RGB (Red+Green+Blue) = 198+146+49=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C69231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69231 is #396DCE. Grayscale: #969696. Windows color (decimal): -3763663 or 3248838. OLE color: 3248838.

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

Color convert

RGB19814649-
CMYK00.260.750.22
HSL39.06º60.32%48.43%-
HSV(B)39.06º75.25%77.65%-
XYZ34.1232.797.44-
YUV150.4970.73161.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.38%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 49 (19.53% from 255) = 12.47%
R=50.38%
G=37.15%
B=12.47%

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
Decimal1981464900.260.750.2239.0660.3248.43
HexC6923101A4B16273c30
Octal3062226103211326477460
Binary1100011010010010110001011010100101110110100111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69231; }

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

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

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

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

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

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

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

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