#B68652

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

Shades of Teak #B68652

Tints of Teak #B68652

Color information

#B68652 (or 0xB68652) is unknown color: approx Teak. HEX triplet: B6, 86 and 52. RGB value is (182,134,82). Sum of RGB (Red+Green+Blue) = 182+134+82=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B68652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68652 is #4979AD. Grayscale: #8E8E8E. Windows color (decimal): -4815278 or 5408438. OLE color: 5408438.

HSL color Cylindrical-coordinate representation of color #B68652: hue angle of 31.2º 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 #B68652 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18213482-
CMYK00.260.550.29
HSL31.2º40.65%51.76%-
HSV(B)31.2º54.95%71.37%-
XYZ29.3427.611.76-
YUV142.4293.9156.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 134 (52.73% from 255) = 33.67%
BLUE value IS 82 (32.42% from 255) = 20.60%
R=45.73%
G=33.67%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821348200.260.550.2931.240.6551.76
HexB6865201A371D1f2934
Octal2662061220326735375164
Binary101101101000011010100100110101101111110111111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68652; }

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

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

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

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

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

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

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

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