#B69B6D

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

Shades of Fallow #B69B6D

Tints of Fallow #B69B6D

Color information

#B69B6D (or 0xB69B6D) is unknown color: approx Fallow. HEX triplet: B6, 9B and 6D. RGB value is (182,155,109). Sum of RGB (Red+Green+Blue) = 182+155+109=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69B6D is #496492. Grayscale: #9E9E9E. Windows color (decimal): -4809875 or 7183286. OLE color: 7183286.

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

Color convert

RGB182155109-
CMYK00.150.400.29
HSL37.81º33.33%57.06%-
HSV(B)37.81º40.11%71.37%-
XYZ33.7734.4919.35-
YUV157.83100.45145.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.81%
GREEN value IS 155 (60.94% from 255) = 34.75%
BLUE value IS 109 (42.97% from 255) = 24.44%
R=40.81%
G=34.75%
B=24.44%

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
Decimal18215510900.150.400.2937.8133.3357.06
HexB69B6D0F281D262139
Octal2662331550175035464171
Binary101101101001101111011010111110100011101100110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69B6D; }

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

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

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

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

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

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

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

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