#B69A6D

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

Shades of Fallow #B69A6D

Tints of Fallow #B69A6D

Color information

#B69A6D (or 0xB69A6D) is unknown color: approx Fallow. HEX triplet: B6, 9A and 6D. RGB value is (182,154,109). Sum of RGB (Red+Green+Blue) = 182+154+109=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69A6D is #496592. Grayscale: #9D9D9D. Windows color (decimal): -4810131 or 7183030. OLE color: 7183030.

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

Color convert

RGB182154109-
CMYK00.150.400.29
HSL36.99º33.33%57.06%-
HSV(B)36.99º40.11%71.37%-
XYZ33.6134.1619.29-
YUV157.24100.78145.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.90%
GREEN value IS 154 (60.55% from 255) = 34.61%
BLUE value IS 109 (42.97% from 255) = 24.49%
R=40.90%
G=34.61%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215410900.150.400.2936.9933.3357.06
HexB69A6D0F281D252139
Octal2662321550175035454171
Binary101101101001101011011010111110100011101100101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69A6D; }

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

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

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

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

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

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

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

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