Html Css Color HEX #B68656 Teak

📋 copy color: '#B68656'

red 182 ◦ green 134 ◦ blue 86

#B68656
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teak #B68656

Tints of Teak #B68656

RGB

 RED value IS 182 (71.48% from 255) = 45.27%

 GREEN value IS 134 (52.73% from 255) = 33.33%

 BLUE value IS 86 (33.98% from 255) = 21.39%

R = 45.27%
G = 33.33%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B68656 (or 0xB68656) is known color: Teak. HEX triplet: B6, 86 and 56. RGB value is (182,134,86). Sum of RGB (Red+Green+Blue) = 182+134+86=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B68656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68656 is #4979A9. Grayscale: #8F8F8F. Windows color (decimal): -4815274 or 5670582. OLE color: 5670582.

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

Color convert

RGB 182 134 86 -
CMYK 0 0.26 0.53 0.29
HSL 30º 0.4% 0.53% -
HSV(B) 30º 0.53% 0.71% -
XYZ 29.5 27.67 12.59 -
YUV 142.88 95.9 155.9 -
System Red Green Blue C M Y K H S L
Decimal 182 134 86 0 0.26 0.53 0.29 30 0.4 0.53
Hex B6 86 56 0 1A 35 1D 1E 28 35
Octal 266 206 126 0 32 65 35 36 50 65
Binary 10110110 10000110 1010110 0 11010 110101 11101 11110 101000 110101

Color Harmonies of #B68656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68656

Black with #B68656

Text Example


Text Example

White with #B68656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68656; }

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

 H1.HeaderClassName
 {
   color: #B68656;
 }
 .AnyTagClassName
 {
   color: #B68656;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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