#B6956D

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

Shades of Fallow #B6956D

Tints of Fallow #B6956D

Color information

#B6956D (or 0xB6956D) is unknown color: approx Fallow. HEX triplet: B6, 95 and 6D. RGB value is (182,149,109). Sum of RGB (Red+Green+Blue) = 182+149+109=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B6956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6956D is #496A92. Grayscale: #9A9A9A. Windows color (decimal): -4811411 or 7181750. OLE color: 7181750.

HSL color Cylindrical-coordinate representation of color #B6956D: hue angle of 32.88º 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 #B6956D is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB182149109-
CMYK00.180.400.29
HSL32.88º33.33%57.06%-
HSV(B)32.88º40.11%71.37%-
XYZ32.832.5419.02-
YUV154.31102.43147.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 149 (58.59% from 255) = 33.86%
BLUE value IS 109 (42.97% from 255) = 24.77%
R=41.36%
G=33.86%
B=24.77%

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
Decimal18214910900.180.400.2932.8833.3357.06
HexB6956D012281D212139
Octal2662251550225035414171
Binary1011011010010101110110101001010100011101100001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6956D; }

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

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

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

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

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

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

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

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