#B6936E

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

Shades of Fallow #B6936E

Tints of Fallow #B6936E

Color information

#B6936E (or 0xB6936E) is unknown color: approx Fallow. HEX triplet: B6, 93 and 6E. RGB value is (182,147,110). Sum of RGB (Red+Green+Blue) = 182+147+110=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B6936E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6936E is #496C91. Grayscale: #999999. Windows color (decimal): -4811922 or 7246774. OLE color: 7246774.

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

Color convert

RGB182147110-
CMYK00.190.400.29
HSL30.83º33.03%57.25%-
HSV(B)30.83º39.56%71.37%-
XYZ32.5431.9419.2-
YUV153.25103.6148.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 147 (57.81% from 255) = 33.49%
BLUE value IS 110 (43.36% from 255) = 25.06%
R=41.46%
G=33.49%
B=25.06%

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
Decimal18214711000.190.400.2930.8333.0357.25
HexB6936E013281D1f2139
Octal2662231560235035374171
Binary101101101001001111011100100111010001110111111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6936E; }

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

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

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

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

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

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

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

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