#B6936D

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

Shades of Fallow #B6936D

Tints of Fallow #B6936D

Color information

#B6936D (or 0xB6936D) is unknown color: approx Fallow. HEX triplet: B6, 93 and 6D. RGB value is (182,147,109). Sum of RGB (Red+Green+Blue) = 182+147+109=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B6936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6936D is #496C92. Grayscale: #999999. Windows color (decimal): -4811923 or 7181238. OLE color: 7181238.

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

Color convert

RGB182147109-
CMYK00.190.400.29
HSL31.23º33.33%57.06%-
HSV(B)31.23º40.11%71.37%-
XYZ32.4931.9218.92-
YUV153.13103.1148.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.55%
GREEN value IS 147 (57.81% from 255) = 33.56%
BLUE value IS 109 (42.97% from 255) = 24.89%
R=41.55%
G=33.56%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214710900.190.400.2931.2333.3357.06
HexB6936D013281D1f2139
Octal2662231550235035374171
Binary101101101001001111011010100111010001110111111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6936D; }

 p { color: rgb(182,147,109); }

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

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

 a { background-color: rgb(182,147,109); }

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

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

 span { border-color: rgb(182,147,109); }

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