#B6906C

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

Shades of Fallow #B6906C

Tints of Fallow #B6906C

Color information

#B6906C (or 0xB6906C) is unknown color: approx Fallow. HEX triplet: B6, 90 and 6C. RGB value is (182,144,108). Sum of RGB (Red+Green+Blue) = 182+144+108=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B6906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6906C is #496F93. Grayscale: #979797. Windows color (decimal): -4812692 or 7114934. OLE color: 7114934.

HSL color Cylindrical-coordinate representation of color #B6906C: hue angle of 29.19º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6906C is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB182144108-
CMYK00.210.410.29
HSL29.19º33.64%56.86%-
HSV(B)29.19º40.66%71.37%-
XYZ31.9730.9718.48-
YUV151.26103.59149.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.94%
GREEN value IS 144 (56.64% from 255) = 33.18%
BLUE value IS 108 (42.58% from 255) = 24.88%
R=41.94%
G=33.18%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214410800.210.410.2929.1933.6456.86
HexB6906C015291D1d2239
Octal2662201540255135354271
Binary101101101001000011011000101011010011110111101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6906C; }

 p { color: rgb(182,144,108); }

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

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

 a { background-color: rgb(182,144,108); }

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

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

 span { border-color: rgb(182,144,108); }

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