Html Css Color HEX #A67940 Muddy Waters

📋 copy color: '#A67940'

red 166 ◦ green 121 ◦ blue 64

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

Shades of Muddy Waters #A67940

Tints of Muddy Waters #A67940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.47%

 BLUE value IS 64 (25.39% from 255) = 18.23%

R = 47.29%
G = 34.47%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A67940 (or 0xA67940) is known color: Muddy Waters. HEX triplet: A6, 79 and 40. RGB value is (166,121,64). Sum of RGB (Red+Green+Blue) = 166+121+64=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A67940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67940 is #5986BF. Grayscale: #808080. Windows color (decimal): -5867200 or 4225446. OLE color: 4225446.

HSL color Cylindrical-coordinate representation of color #A67940: hue angle of 33.53º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A67940 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 121 64 -
CMYK 0 0.27 0.61 0.35
HSL 33.53º 0.44% 0.45% -
HSV(B) 33.53º 0.61% 0.65% -
XYZ 23.49 22.15 7.89 -
YUV 127.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 166 121 64 0 0.27 0.61 0.35 33.53 0.44 0.45
Hex A6 79 40 0 1B 3D 23 22 2C 2D
Octal 246 171 100 0 33 75 43 42 54 55
Binary 10100110 1111001 1000000 0 11011 111101 100011 100010 101100 101101

Color Harmonies of #A67940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67940

Black with #A67940

Text Example


Text Example

White with #A67940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67940; }

 p { color: rgb(166,121,64); }

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

background-color css

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

 a { background-color: rgb(166,121,64); }

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

border-color css

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

 span { border-color: rgb(166,121,64); }

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