#B68655

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

Shades of Teak #B68655

Tints of Teak #B68655

Color information

#B68655 (or 0xB68655) is unknown color: approx Teak. HEX triplet: B6, 86 and 55. RGB value is (182,134,85). Sum of RGB (Red+Green+Blue) = 182+134+85=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B68655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68655 is #4979AA. Grayscale: #8F8F8F. Windows color (decimal): -4815275 or 5605046. OLE color: 5605046.

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

Color convert

RGB18213485-
CMYK00.260.530.29
HSL30.31º39.92%52.35%-
HSV(B)30.31º53.3%71.37%-
XYZ29.4627.6512.38-
YUV142.7795.4155.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.39%
GREEN value IS 134 (52.73% from 255) = 33.42%
BLUE value IS 85 (33.59% from 255) = 21.20%
R=45.39%
G=33.42%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821348500.260.530.2930.3139.9252.35
HexB6865501A351D1e2834
Octal2662061250326535365064
Binary101101101000011010101010110101101011110111110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68655; }

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

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

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

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

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

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

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

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