#b69c6e

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

Shades of Fallow #B69C6E

Tints of Fallow #B69C6E

Color information

#B69C6E (or 0xB69C6E) is unknown color: approx Fallow. HEX triplet: B6, 9C and 6E. RGB value is (182,156,110). Sum of RGB (Red+Green+Blue) = 182+156+110=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69C6E is #496391. Grayscale: #9E9E9E. Windows color (decimal): -4809618 or 7249078. OLE color: 7249078.

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

Color convert

RGB182156110-
CMYK00.140.400.29
HSL38.33º33.03%57.25%-
HSV(B)38.33º39.56%71.37%-
XYZ33.9934.8519.69-
YUV158.53100.61144.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.62%
GREEN value IS 156 (61.33% from 255) = 34.82%
BLUE value IS 110 (43.36% from 255) = 24.55%
R=40.62%
G=34.82%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215611000.140.400.2938.3333.0357.25
HexB69C6E0E281D262139
Octal2662341560165035464171
Binary101101101001110011011100111010100011101100110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b69c6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b69c6e; }

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

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

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

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

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

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

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

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