Html Css Color HEX #A6864B Muddy Waters

📋 copy color: '#A6864B'

red 166 ◦ green 134 ◦ blue 75

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

Shades of Muddy Waters #A6864B

Tints of Muddy Waters #A6864B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20%

R = 44.27%
G = 35.73%
B = 20%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6864B (or 0xA6864B) is known color: Muddy Waters. HEX triplet: A6, 86 and 4B. RGB value is (166,134,75). Sum of RGB (Red+Green+Blue) = 166+134+75=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6864B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6864B is #5979B4. Grayscale: #898989. Windows color (decimal): -5863861 or 4949670. OLE color: 4949670.

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

Color convert

RGB 166 134 75 -
CMYK 0 0.19 0.55 0.35
HSL 38.9º 0.38% 0.47% -
HSV(B) 38.9º 0.55% 0.65% -
XYZ 25.52 25.67 10.27 -
YUV 136.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 166 134 75 0 0.19 0.55 0.35 38.9 0.38 0.47
Hex A6 86 4B 0 13 37 23 27 26 2F
Octal 246 206 113 0 23 67 43 47 46 57
Binary 10100110 10000110 1001011 0 10011 110111 100011 100111 100110 101111

Color Harmonies of #A6864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6864B

Black with #A6864B

Text Example


Text Example

White with #A6864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6864B; }

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

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

background-color css

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

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

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

border-color css

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

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

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