#b69c4c

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

Shades of Husk #B69C4C

Tints of Husk #B69C4C

Color information

#B69C4C (or 0xB69C4C) is unknown color: approx Husk. HEX triplet: B6, 9C and 4C. RGB value is (182,156,76). Sum of RGB (Red+Green+Blue) = 182+156+76=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69C4C is #4963B3. Grayscale: #9B9B9B. Windows color (decimal): -4809652 or 5020854. OLE color: 5020854.

HSL color Cylindrical-coordinate representation of color #B69C4C: hue angle of 45.28º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B69C4C is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB18215676-
CMYK00.140.580.29
HSL45.28º42.06%50.59%-
HSV(B)45.28º58.24%71.37%-
XYZ32.4834.2411.74-
YUV154.6583.61147.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 156 (61.33% from 255) = 37.68%
BLUE value IS 76 (30.08% from 255) = 18.36%
R=43.96%
G=37.68%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821567600.140.580.2945.2842.0650.59
HexB69C4C0E3A1D2d2a33
Octal2662341140167235555263
Binary101101101001110010011000111011101011101101101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b69c4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b69c4c; }

 p { color: rgb(182,156,76); }

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

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

 a { background-color: rgb(182,156,76); }

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

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

 span { border-color: rgb(182,156,76); }

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