#B6956A

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

Shades of Fallow #B6956A

Tints of Fallow #B6956A

Color information

#B6956A (or 0xB6956A) is unknown color: approx Fallow. HEX triplet: B6, 95 and 6A. RGB value is (182,149,106). Sum of RGB (Red+Green+Blue) = 182+149+106=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B6956A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6956A is #496A95. Grayscale: #9A9A9A. Windows color (decimal): -4811414 or 6985142. OLE color: 6985142.

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

Color convert

RGB182149106-
CMYK00.180.420.29
HSL33.95º34.23%56.47%-
HSV(B)33.95º41.76%71.37%-
XYZ32.6432.4818.18-
YUV153.96100.93148-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.65%
GREEN value IS 149 (58.59% from 255) = 34.10%
BLUE value IS 106 (41.80% from 255) = 24.26%
R=41.65%
G=34.10%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214910600.180.420.2933.9534.2356.47
HexB6956A0122A1D222238
Octal2662251520225235424270
Binary1011011010010101110101001001010101011101100010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6956A; }

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

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

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

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

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

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

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

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