#B6936C

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

Shades of Fallow #B6936C

Tints of Fallow #B6936C

Color information

#B6936C (or 0xB6936C) is unknown color: approx Fallow. HEX triplet: B6, 93 and 6C. RGB value is (182,147,108). Sum of RGB (Red+Green+Blue) = 182+147+108=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B6936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6936C is #496C93. Grayscale: #999999. Windows color (decimal): -4811924 or 7115702. OLE color: 7115702.

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

Color convert

RGB182147108-
CMYK00.190.410.29
HSL31.62º33.64%56.86%-
HSV(B)31.62º40.66%71.37%-
XYZ32.4331.918.63-
YUV153.02102.6148.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.65%
GREEN value IS 147 (57.81% from 255) = 33.64%
BLUE value IS 108 (42.58% from 255) = 24.71%
R=41.65%
G=33.64%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214710800.190.410.2931.6233.6456.86
HexB6936C013291D202239
Octal2662231540235135404271
Binary1011011010010011110110001001110100111101100000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6936C; }

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

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

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

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

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

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

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

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