#B6976A

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

Shades of Fallow #B6976A

Tints of Fallow #B6976A

Color information

#B6976A (or 0xB6976A) is unknown color: approx Fallow. HEX triplet: B6, 97 and 6A. RGB value is (182,151,106). Sum of RGB (Red+Green+Blue) = 182+151+106=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B6976A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6976A is #496895. Grayscale: #9B9B9B. Windows color (decimal): -4810902 or 6985654. OLE color: 6985654.

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

Color convert

RGB182151106-
CMYK00.170.420.29
HSL35.53º34.23%56.47%-
HSV(B)35.53º41.76%71.37%-
XYZ32.9633.1218.29-
YUV155.14100.27147.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 151 (59.38% from 255) = 34.40%
BLUE value IS 106 (41.80% from 255) = 24.15%
R=41.46%
G=34.40%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215110600.170.420.2935.5334.2356.47
HexB6976A0112A1D242238
Octal2662271520215235444270
Binary1011011010010111110101001000110101011101100100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6976A; }

 p { color: rgb(182,151,106); }

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

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

 a { background-color: rgb(182,151,106); }

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

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

 span { border-color: rgb(182,151,106); }

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