Html Css Color HEX #A68651 Muddy Waters

📋 copy color: '#A68651'

red 166 ◦ green 134 ◦ blue 81

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

Shades of Muddy Waters #A68651

Tints of Muddy Waters #A68651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.26%

R = 43.57%
G = 35.17%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A68651 (or 0xA68651) is known color: Muddy Waters. HEX triplet: A6, 86 and 51. RGB value is (166,134,81). Sum of RGB (Red+Green+Blue) = 166+134+81=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A68651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68651 is #5979AE. Grayscale: #898989. Windows color (decimal): -5863855 or 5342886. OLE color: 5342886.

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

Color convert

RGB 166 134 81 -
CMYK 0 0.19 0.51 0.35
HSL 37.41º 0.34% 0.48% -
HSV(B) 37.41º 0.51% 0.65% -
XYZ 25.74 25.75 11.4 -
YUV 137.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 166 134 81 0 0.19 0.51 0.35 37.41 0.34 0.48
Hex A6 86 51 0 13 33 23 25 22 30
Octal 246 206 121 0 23 63 43 45 42 60
Binary 10100110 10000110 1010001 0 10011 110011 100011 100101 100010 110000

Color Harmonies of #A68651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68651

Black with #A68651

Text Example


Text Example

White with #A68651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68651; }

 p { color: rgb(166,134,81); }

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

background-color css

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

 a { background-color: rgb(166,134,81); }

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

border-color css

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

 span { border-color: rgb(166,134,81); }

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