#B69A68

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

Shades of Fallow #B69A68

Tints of Fallow #B69A68

Color information

#B69A68 (or 0xB69A68) is unknown color: approx Fallow. HEX triplet: B6, 9A and 68. RGB value is (182,154,104). Sum of RGB (Red+Green+Blue) = 182+154+104=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69A68 is #496597. Grayscale: #9C9C9C. Windows color (decimal): -4810136 or 6855350. OLE color: 6855350.

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

Color convert

RGB182154104-
CMYK00.150.430.29
HSL38.46º34.82%56.08%-
HSV(B)38.46º42.86%71.37%-
XYZ33.3534.0617.91-
YUV156.6798.28146.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 104 (41.02% from 255) = 23.64%
R=41.36%
G=35%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215410400.150.430.2938.4634.8256.08
HexB69A680F2B1D262338
Octal2662321500175335464370
Binary101101101001101011010000111110101111101100110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69A68; }

 p { color: rgb(182,154,104); }

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

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

 a { background-color: rgb(182,154,104); }

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

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

 span { border-color: rgb(182,154,104); }

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