#B69F6E

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

Shades of Fallow #B69F6E

Tints of Fallow #B69F6E

Color information

#B69F6E (or 0xB69F6E) is unknown color: approx Fallow. HEX triplet: B6, 9F and 6E. RGB value is (182,159,110). Sum of RGB (Red+Green+Blue) = 182+159+110=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69F6E is #496091. Grayscale: #A0A0A0. Windows color (decimal): -4808850 or 7249846. OLE color: 7249846.

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

Color convert

RGB182159110-
CMYK00.130.400.29
HSL40.83º33.03%57.25%-
HSV(B)40.83º39.56%71.37%-
XYZ34.535.8719.86-
YUV160.2999.62143.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 159 (62.5% from 255) = 35.25%
BLUE value IS 110 (43.36% from 255) = 24.39%
R=40.35%
G=35.25%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215911000.130.400.2940.8333.0357.25
HexB69F6E0D281D292139
Octal2662371560155035514171
Binary101101101001111111011100110110100011101101001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69F6E; }

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

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

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

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

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

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

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

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