#B6964E

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

Shades of Husk #B6964E

Tints of Husk #B6964E

Color information

#B6964E (or 0xB6964E) is unknown color: approx Husk. HEX triplet: B6, 96 and 4E. RGB value is (182,150,78). Sum of RGB (Red+Green+Blue) = 182+150+78=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6964E is #4969B1. Grayscale: #979797. Windows color (decimal): -4811186 or 5150390. OLE color: 5150390.

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

Color convert

RGB18215078-
CMYK00.180.570.29
HSL41.54º41.6%50.98%-
HSV(B)41.54º57.14%71.37%-
XYZ31.5732.3111.78-
YUV151.3686.6149.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 150 (58.98% from 255) = 36.59%
BLUE value IS 78 (30.86% from 255) = 19.02%
R=44.39%
G=36.59%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821507800.180.570.2941.5441.650.98
HexB6964E012391D2a2a33
Octal2662261160227135525263
Binary1011011010010110100111001001011100111101101010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6964E; }

 p { color: rgb(182,150,78); }

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

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

 a { background-color: rgb(182,150,78); }

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

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

 span { border-color: rgb(182,150,78); }

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