#B6956B

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

Shades of Fallow #B6956B

Tints of Fallow #B6956B

Color information

#B6956B (or 0xB6956B) is unknown color: approx Fallow. HEX triplet: B6, 95 and 6B. RGB value is (182,149,107). Sum of RGB (Red+Green+Blue) = 182+149+107=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B6956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6956B is #496A94. Grayscale: #9A9A9A. Windows color (decimal): -4811413 or 7050678. OLE color: 7050678.

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

Color convert

RGB182149107-
CMYK00.180.410.29
HSL33.6º33.94%56.67%-
HSV(B)33.6º41.21%71.37%-
XYZ32.6932.518.46-
YUV154.08101.43147.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.55%
GREEN value IS 149 (58.59% from 255) = 34.02%
BLUE value IS 107 (42.19% from 255) = 24.43%
R=41.55%
G=34.02%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214910700.180.410.2933.633.9456.67
HexB6956B012291D222239
Octal2662251530225135424271
Binary1011011010010101110101101001010100111101100010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6956B; }

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

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

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

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

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

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

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

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