#B6864F

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

Shades of Teak #B6864F

Tints of Teak #B6864F

Color information

#B6864F (or 0xB6864F) is unknown color: approx Teak. HEX triplet: B6, 86 and 4F. RGB value is (182,134,79). Sum of RGB (Red+Green+Blue) = 182+134+79=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B6864F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6864F is #4979B0. Grayscale: #8E8E8E. Windows color (decimal): -4815281 or 5211830. OLE color: 5211830.

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

Color convert

RGB18213479-
CMYK00.260.570.29
HSL32.04º41.37%51.18%-
HSV(B)32.04º56.59%71.37%-
XYZ29.2327.5611.18-
YUV142.0892.4156.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 134 (52.73% from 255) = 33.92%
BLUE value IS 79 (31.25% from 255) = 20%
R=46.08%
G=33.92%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821347900.260.570.2932.0441.3751.18
HexB6864F01A391D202933
Octal2662061170327135405163
Binary1011011010000110100111101101011100111101100000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6864F; }

 p { color: rgb(182,134,79); }

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

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

 a { background-color: rgb(182,134,79); }

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

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

 span { border-color: rgb(182,134,79); }

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