Html Css Color HEX #A68B60 Teak

📋 copy color: '#A68B60'

red 166 ◦ green 139 ◦ blue 96

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

Shades of Teak #A68B60

Tints of Teak #A68B60

RGB

 RED value IS 166 (65.23% from 255) = 41.4%

 GREEN value IS 139 (54.69% from 255) = 34.66%

 BLUE value IS 96 (37.89% from 255) = 23.94%

R = 41.4%
G = 34.66%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A68B60 (or 0xA68B60) is known color: Teak. HEX triplet: A6, 8B and 60. RGB value is (166,139,96). Sum of RGB (Red+Green+Blue) = 166+139+96=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B60 is #59749F. Grayscale: #8E8E8E. Windows color (decimal): -5862560 or 6327206. OLE color: 6327206.

HSL color Cylindrical-coordinate representation of color #A68B60: hue angle of 36.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A68B60 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 139 96 -
CMYK 0 0.16 0.42 0.35
HSL 36.86º 0.28% 0.51% -
HSV(B) 36.86º 0.42% 0.65% -
XYZ 27.07 27.42 14.93 -
YUV 142.17 101.95 145 -
System Red Green Blue C M Y K H S L
Decimal 166 139 96 0 0.16 0.42 0.35 36.86 0.28 0.51
Hex A6 8B 60 0 10 2A 23 25 1C 33
Octal 246 213 140 0 20 52 43 45 34 63
Binary 10100110 10001011 1100000 0 10000 101010 100011 100101 11100 110011

Color Harmonies of #A68B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68B60

Black with #A68B60

Text Example


Text Example

White with #A68B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68B60; }

 p { color: rgb(166,139,96); }

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

background-color css

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

 a { background-color: rgb(166,139,96); }

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

border-color css

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

 span { border-color: rgb(166,139,96); }

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