#C69835

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

Shades of Hokey Pokey #C69835

Tints of Hokey Pokey #C69835

Color information

#C69835 (or 0xC69835) is unknown color: approx Hokey Pokey. HEX triplet: C6, 98 and 35. RGB value is (198,152,53). Sum of RGB (Red+Green+Blue) = 198+152+53=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 53 (21.09% from 255 or 13.15% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C69835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69835 is #3967CA. Grayscale: #9A9A9A. Windows color (decimal): -3762123 or 3512518. OLE color: 3512518.

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

Color convert

RGB19815253-
CMYK00.230.730.22
HSL40.97º57.77%49.22%-
HSV(B)40.97º73.23%77.65%-
XYZ35.1634.728.22-
YUV154.4770.74159.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.13%
GREEN value IS 152 (59.77% from 255) = 37.72%
BLUE value IS 53 (21.09% from 255) = 13.15%
R=49.13%
G=37.72%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981525300.230.730.2240.9757.7749.22
HexC698350174916293a31
Octal3062306502711126517261
Binary1100011010011000110101010111100100110110101001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69835; }

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

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

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

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

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

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

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

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