#B69C6F

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

Shades of Fallow #B69C6F

Tints of Fallow #B69C6F

Color information

#B69C6F (or 0xB69C6F) is unknown color: approx Fallow. HEX triplet: B6, 9C and 6F. RGB value is (182,156,111). Sum of RGB (Red+Green+Blue) = 182+156+111=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69C6F is #496390. Grayscale: #9E9E9E. Windows color (decimal): -4809617 or 7314614. OLE color: 7314614.

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

Color convert

RGB182156111-
CMYK00.140.390.29
HSL38.03º32.72%57.45%-
HSV(B)38.03º39.01%71.37%-
XYZ34.0534.8719.97-
YUV158.64101.11144.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 156 (61.33% from 255) = 34.74%
BLUE value IS 111 (43.75% from 255) = 24.72%
R=40.53%
G=34.74%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215611100.140.390.2938.0332.7257.45
HexB69C6F0E271D262139
Octal2662341570164735464171
Binary101101101001110011011110111010011111101100110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69C6F; }

 p { color: rgb(182,156,111); }

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

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

 a { background-color: rgb(182,156,111); }

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

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

 span { border-color: rgb(182,156,111); }

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