#B68650

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

Shades of Teak #B68650

Tints of Teak #B68650

Color information

#B68650 (or 0xB68650) is unknown color: approx Teak. HEX triplet: B6, 86 and 50. RGB value is (182,134,80). Sum of RGB (Red+Green+Blue) = 182+134+80=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B68650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68650 is #4979AF. Grayscale: #8E8E8E. Windows color (decimal): -4815280 or 5277366. OLE color: 5277366.

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

Color convert

RGB18213480-
CMYK00.260.560.29
HSL31.76º41.13%51.37%-
HSV(B)31.76º56.04%71.37%-
XYZ29.2627.5711.37-
YUV142.292.9156.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 134 (52.73% from 255) = 33.84%
BLUE value IS 80 (31.64% from 255) = 20.20%
R=45.96%
G=33.84%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821348000.260.560.2931.7641.1351.37
HexB6865001A381D202933
Octal2662061200327035405163
Binary1011011010000110101000001101011100011101100000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68650; }

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

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

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

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

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

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

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

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