Html Css Color HEX #A6956D Tallow

📋 copy color: '#A6956D'

red 166 ◦ green 149 ◦ blue 109

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

Shades of Tallow #A6956D

Tints of Tallow #A6956D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.14%

 BLUE value IS 109 (42.97% from 255) = 25.71%

R = 39.15%
G = 35.14%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6956D (or 0xA6956D) is known color: Tallow. HEX triplet: A6, 95 and 6D. RGB value is (166,149,109). Sum of RGB (Red+Green+Blue) = 166+149+109=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A6956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6956D is #596A92. Grayscale: #959595. Windows color (decimal): -5859987 or 7181734. OLE color: 7181734.

HSL color Cylindrical-coordinate representation of color #A6956D: hue angle of 42.11º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6956D is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 149 109 -
CMYK 0 0.10 0.34 0.35
HSL 42.11º 0.24% 0.54% -
HSV(B) 42.11º 0.34% 0.65% -
XYZ 29.23 30.71 18.85 -
YUV 149.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 166 149 109 0 0.10 0.34 0.35 42.11 0.24 0.54
Hex A6 95 6D 0 A 22 23 2A 18 36
Octal 246 225 155 0 12 42 43 52 30 66
Binary 10100110 10010101 1101101 0 1010 100010 100011 101010 11000 110110

Color Harmonies of #A6956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6956D

Black with #A6956D

Text Example


Text Example

White with #A6956D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6956D; }

 p { color: rgb(166,149,109); }

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

background-color css

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

 a { background-color: rgb(166,149,109); }

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

border-color css

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

 span { border-color: rgb(166,149,109); }

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