#B68553

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

Shades of Teak #B68553

Tints of Teak #B68553

Color information

#B68553 (or 0xB68553) is unknown color: approx Teak. HEX triplet: B6, 85 and 53. RGB value is (182,133,83). Sum of RGB (Red+Green+Blue) = 182+133+83=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B68553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68553 is #497AAC. Grayscale: #8E8E8E. Windows color (decimal): -4815533 or 5473718. OLE color: 5473718.

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

Color convert

RGB18213383-
CMYK00.270.540.29
HSL30.3º40.41%51.96%-
HSV(B)30.3º54.4%71.37%-
XYZ29.2427.3411.92-
YUV141.9594.73156.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 83 (32.81% from 255) = 20.85%
R=45.73%
G=33.42%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821338300.270.540.2930.340.4151.96
HexB6855301B361D1e2834
Octal2662051230336635365064
Binary101101101000010110100110110111101101110111110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68553; }

 p { color: rgb(182,133,83); }

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

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

 a { background-color: rgb(182,133,83); }

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

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

 span { border-color: rgb(182,133,83); }

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