#C69735

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

Shades of Hokey Pokey #C69735

Tints of Hokey Pokey #C69735

Color information

#C69735 (or 0xC69735) is unknown color: approx Hokey Pokey. HEX triplet: C6, 97 and 35. RGB value is (198,151,53). Sum of RGB (Red+Green+Blue) = 198+151+53=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 53 (21.09% from 255 or 13.18% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C69735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69735 is #3968CA. Grayscale: #9A9A9A. Windows color (decimal): -3762379 or 3512262. OLE color: 3512262.

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

Color convert

RGB19815153-
CMYK00.240.730.22
HSL40.55º57.77%49.22%-
HSV(B)40.55º73.23%77.65%-
XYZ3534.48.16-
YUV153.8871.07159.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.25%
GREEN value IS 151 (59.38% from 255) = 37.56%
BLUE value IS 53 (21.09% from 255) = 13.18%
R=49.25%
G=37.56%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981515300.240.730.2240.5557.7749.22
HexC697350184916293a31
Octal3062276503011126517261
Binary1100011010010111110101011000100100110110101001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69735; }

 p { color: rgb(198,151,53); }

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

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

 a { background-color: rgb(198,151,53); }

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

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

 span { border-color: rgb(198,151,53); }

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