Html Css Color HEX #B68653 Teak

📋 copy color: '#B68653'

red 182 ◦ green 134 ◦ blue 83

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

Shades of Teak #B68653

Tints of Teak #B68653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.8%

R = 45.61%
G = 33.58%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B68653 (or 0xB68653) is known color: Teak. HEX triplet: B6, 86 and 53. RGB value is (182,134,83). Sum of RGB (Red+Green+Blue) = 182+134+83=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B68653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68653 is #4979AC. Grayscale: #8E8E8E. Windows color (decimal): -4815277 or 5473974. OLE color: 5473974.

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

Color convert

RGB 182 134 83 -
CMYK 0 0.26 0.54 0.29
HSL 30.91º 0.4% 0.52% -
HSV(B) 30.91º 0.54% 0.71% -
XYZ 29.38 27.62 11.97 -
YUV 142.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 182 134 83 0 0.26 0.54 0.29 30.91 0.4 0.52
Hex B6 86 53 0 1A 36 1D 1F 28 34
Octal 266 206 123 0 32 66 35 37 50 64
Binary 10110110 10000110 1010011 0 11010 110110 11101 11111 101000 110100

Color Harmonies of #B68653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68653

Black with #B68653

Text Example


Text Example

White with #B68653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68653; }

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

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

background-color css

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

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

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

border-color css

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

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

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