#b69f56

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

Shades of Husk #B69F56

Tints of Husk #B69F56

Color information

#B69F56 (or 0xB69F56) is unknown color: approx Husk. HEX triplet: B6, 9F and 56. RGB value is (182,159,86). Sum of RGB (Red+Green+Blue) = 182+159+86=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69F56 is #4960A9. Grayscale: #9D9D9D. Windows color (decimal): -4808874 or 5676982. OLE color: 5676982.

HSL color Cylindrical-coordinate representation of color #B69F56: hue angle of 45.62º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B69F56 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB18215986-
CMYK00.130.530.29
HSL45.62º39.67%52.55%-
HSV(B)45.62º52.75%71.37%-
XYZ33.3735.4113.88-
YUV157.5687.62145.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.62%
GREEN value IS 159 (62.5% from 255) = 37.24%
BLUE value IS 86 (33.98% from 255) = 20.14%
R=42.62%
G=37.24%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821598600.130.530.2945.6239.6752.55
HexB69F560D351D2e2835
Octal2662371260156535565065
Binary101101101001111110101100110111010111101101110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b69f56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b69f56; }

 p { color: rgb(182,159,86); }

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

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

 a { background-color: rgb(182,159,86); }

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

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

 span { border-color: rgb(182,159,86); }

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