#B69C6D

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

Shades of Fallow #B69C6D

Tints of Fallow #B69C6D

Color information

#B69C6D (or 0xB69C6D) is unknown color: approx Fallow. HEX triplet: B6, 9C and 6D. RGB value is (182,156,109). Sum of RGB (Red+Green+Blue) = 182+156+109=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69C6D is #496392. Grayscale: #9E9E9E. Windows color (decimal): -4809619 or 7183542. OLE color: 7183542.

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

Color convert

RGB182156109-
CMYK00.140.400.29
HSL38.63º33.33%57.06%-
HSV(B)38.63º40.11%71.37%-
XYZ33.9434.8319.4-
YUV158.42100.11144.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.72%
GREEN value IS 156 (61.33% from 255) = 34.90%
BLUE value IS 109 (42.97% from 255) = 24.38%
R=40.72%
G=34.90%
B=24.38%

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
Decimal18215610900.140.400.2938.6333.3357.06
HexB69C6D0E281D272139
Octal2662341550165035474171
Binary101101101001110011011010111010100011101100111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69C6D; }

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

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

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

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

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

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

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

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