#B6976C

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

Shades of Fallow #B6976C

Tints of Fallow #B6976C

Color information

#B6976C (or 0xB6976C) is unknown color: approx Fallow. HEX triplet: B6, 97 and 6C. RGB value is (182,151,108). Sum of RGB (Red+Green+Blue) = 182+151+108=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6976C is #496893. Grayscale: #9B9B9B. Windows color (decimal): -4810900 or 7116726. OLE color: 7116726.

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

Color convert

RGB182151108-
CMYK00.170.410.29
HSL34.86º33.64%56.86%-
HSV(B)34.86º40.66%71.37%-
XYZ33.0633.1618.85-
YUV155.37101.27147-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 151 (59.38% from 255) = 34.24%
BLUE value IS 108 (42.58% from 255) = 24.49%
R=41.27%
G=34.24%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215110800.170.410.2934.8633.6456.86
HexB6976C011291D232239
Octal2662271540215135434271
Binary1011011010010111110110001000110100111101100011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6976C; }

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

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

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

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

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

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

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

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