Html Css Color HEX #A6854C Muddy Waters

📋 copy color: '#A6854C'

red 166 ◦ green 133 ◦ blue 76

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

Shades of Muddy Waters #A6854C

Tints of Muddy Waters #A6854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

 BLUE value IS 76 (30.08% from 255) = 20.27%

R = 44.27%
G = 35.47%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6854C (or 0xA6854C) is known color: Muddy Waters. HEX triplet: A6, 85 and 4C. RGB value is (166,133,76). Sum of RGB (Red+Green+Blue) = 166+133+76=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6854C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6854C is #597AB3. Grayscale: #888888. Windows color (decimal): -5864116 or 5014950. OLE color: 5014950.

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

Color convert

RGB 166 133 76 -
CMYK 0 0.20 0.54 0.35
HSL 38º 0.37% 0.47% -
HSV(B) 38º 0.54% 0.65% -
XYZ 25.42 25.4 10.4 -
YUV 136.37 93.93 149.13 -
System Red Green Blue C M Y K H S L
Decimal 166 133 76 0 0.20 0.54 0.35 38 0.37 0.47
Hex A6 85 4C 0 14 36 23 26 25 2F
Octal 246 205 114 0 24 66 43 46 45 57
Binary 10100110 10000101 1001100 0 10100 110110 100011 100110 100101 101111

Color Harmonies of #A6854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6854C

Black with #A6854C

Text Example


Text Example

White with #A6854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6854C; }

 p { color: rgb(166,133,76); }

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

background-color css

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

 a { background-color: rgb(166,133,76); }

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

border-color css

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

 span { border-color: rgb(166,133,76); }

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