#B69336

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

Shades of Hokey Pokey #B69336

Tints of Hokey Pokey #B69336

Color information

#B69336 (or 0xB69336) is unknown color: approx Hokey Pokey. HEX triplet: B6, 93 and 36. RGB value is (182,147,54). Sum of RGB (Red+Green+Blue) = 182+147+54=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B69336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69336 is #496CC9. Grayscale: #939393. Windows color (decimal): -4811978 or 3576758. OLE color: 3576758.

HSL color Cylindrical-coordinate representation of color #B69336: hue angle of 43.59º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B69336 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB18214754-
CMYK00.190.700.29
HSL43.59º54.24%46.27%-
HSV(B)43.59º70.33%71.37%-
XYZ30.3931.087.89-
YUV146.8675.6153.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.52%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 54 (21.48% from 255) = 14.10%
R=47.52%
G=38.38%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821475400.190.700.2943.5954.2446.27
HexB69336013461D2c362e
Octal2662236602310635546656
Binary1011011010010011110110010011100011011101101100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69336; }

 p { color: rgb(182,147,54); }

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

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

 a { background-color: rgb(182,147,54); }

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

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

 span { border-color: rgb(182,147,54); }

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