#B6966A

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

Shades of Fallow #B6966A

Tints of Fallow #B6966A

Color information

#B6966A (or 0xB6966A) is unknown color: approx Fallow. HEX triplet: B6, 96 and 6A. RGB value is (182,150,106). Sum of RGB (Red+Green+Blue) = 182+150+106=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B6966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6966A is #496995. Grayscale: #9A9A9A. Windows color (decimal): -4811158 or 6985398. OLE color: 6985398.

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

Color convert

RGB182150106-
CMYK00.180.420.29
HSL34.74º34.23%56.47%-
HSV(B)34.74º41.76%71.37%-
XYZ32.832.818.24-
YUV154.55100.6147.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.55%
GREEN value IS 150 (58.98% from 255) = 34.25%
BLUE value IS 106 (41.80% from 255) = 24.20%
R=41.55%
G=34.25%
B=24.20%

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
Decimal18215010600.180.420.2934.7434.2356.47
HexB6966A0122A1D232238
Octal2662261520225235434270
Binary1011011010010110110101001001010101011101100011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6966A; }

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

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

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

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

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

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

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

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