#B6966D

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

Shades of Fallow #B6966D

Tints of Fallow #B6966D

Color information

#B6966D (or 0xB6966D) is unknown color: approx Fallow. HEX triplet: B6, 96 and 6D. RGB value is (182,150,109). Sum of RGB (Red+Green+Blue) = 182+150+109=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6966D is #496992. Grayscale: #9B9B9B. Windows color (decimal): -4811155 or 7182006. OLE color: 7182006.

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

Color convert

RGB182150109-
CMYK00.180.400.29
HSL33.7º33.33%57.06%-
HSV(B)33.7º40.11%71.37%-
XYZ32.9632.8619.07-
YUV154.89102.1147.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 150 (58.98% from 255) = 34.01%
BLUE value IS 109 (42.97% from 255) = 24.72%
R=41.27%
G=34.01%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215010900.180.400.2933.733.3357.06
HexB6966D012281D222139
Octal2662261550225035424171
Binary1011011010010110110110101001010100011101100010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6966D; }

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

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

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

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

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

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

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

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