#B6966C

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

Shades of Fallow #B6966C

Tints of Fallow #B6966C

Color information

#B6966C (or 0xB6966C) is unknown color: approx Fallow. HEX triplet: B6, 96 and 6C. RGB value is (182,150,108). Sum of RGB (Red+Green+Blue) = 182+150+108=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B6966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6966C is #496993. Grayscale: #9A9A9A. Windows color (decimal): -4811156 or 7116470. OLE color: 7116470.

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

Color convert

RGB182150108-
CMYK00.180.410.29
HSL34.05º33.64%56.86%-
HSV(B)34.05º40.66%71.37%-
XYZ32.932.8418.79-
YUV154.78101.6147.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 150 (58.98% from 255) = 34.09%
BLUE value IS 108 (42.58% from 255) = 24.55%
R=41.36%
G=34.09%
B=24.55%

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
Decimal18215010800.180.410.2934.0533.6456.86
HexB6966C012291D222239
Octal2662261540225135424271
Binary1011011010010110110110001001010100111101100010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6966C; }

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

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

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

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

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

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

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

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