#B68951

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

Shades of Teak #B68951

Tints of Teak #B68951

Color information

#B68951 (or 0xB68951) is unknown color: approx Teak. HEX triplet: B6, 89 and 51. RGB value is (182,137,81). Sum of RGB (Red+Green+Blue) = 182+137+81=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B68951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68951 is #4976AE. Grayscale: #909090. Windows color (decimal): -4814511 or 5343670. OLE color: 5343670.

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

Color convert

RGB18213781-
CMYK00.250.550.29
HSL33.27º40.89%51.57%-
HSV(B)33.27º55.49%71.37%-
XYZ29.7228.4311.71-
YUV144.0792.41155.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.5%
GREEN value IS 137 (53.91% from 255) = 34.25%
BLUE value IS 81 (32.03% from 255) = 20.25%
R=45.5%
G=34.25%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821378100.250.550.2933.2740.8951.57
HexB68951019371D212934
Octal2662111210316735415164
Binary1011011010001001101000101100111011111101100001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68951; }

 p { color: rgb(182,137,81); }

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

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

 a { background-color: rgb(182,137,81); }

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

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

 span { border-color: rgb(182,137,81); }

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