#B6966E

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

Shades of Fallow #B6966E

Tints of Fallow #B6966E

Color information

#B6966E (or 0xB6966E) is unknown color: approx Fallow. HEX triplet: B6, 96 and 6E. RGB value is (182,150,110). Sum of RGB (Red+Green+Blue) = 182+150+110=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B6966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6966E is #496991. Grayscale: #9B9B9B. Windows color (decimal): -4811154 or 7247542. OLE color: 7247542.

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

Color convert

RGB182150110-
CMYK00.180.400.29
HSL33.33º33.03%57.25%-
HSV(B)33.33º39.56%71.37%-
XYZ33.0132.8819.36-
YUV155.01102.6147.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 150 (58.98% from 255) = 33.94%
BLUE value IS 110 (43.36% from 255) = 24.89%
R=41.18%
G=33.94%
B=24.89%

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
Decimal18215011000.180.400.2933.3333.0357.25
HexB6966E012281D212139
Octal2662261560225035414171
Binary1011011010010110110111001001010100011101100001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6966E; }

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

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

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

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

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

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

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

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