Html Css Color HEX #A67C41 Muddy Waters

📋 copy color: '#A67C41'

red 166 ◦ green 124 ◦ blue 65

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

Shades of Muddy Waters #A67C41

Tints of Muddy Waters #A67C41

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.93%

 BLUE value IS 65 (25.78% from 255) = 18.31%

R = 46.76%
G = 34.93%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A67C41 (or 0xA67C41) is known color: Muddy Waters. HEX triplet: A6, 7C and 41. RGB value is (166,124,65). Sum of RGB (Red+Green+Blue) = 166+124+65=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67C41 is #5983BE. Grayscale: #828282. Windows color (decimal): -5866431 or 4291750. OLE color: 4291750.

HSL color Cylindrical-coordinate representation of color #A67C41: hue angle of 35.05º 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 #A67C41 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 124 65 -
CMYK 0 0.25 0.61 0.35
HSL 35.05º 0.44% 0.45% -
HSV(B) 35.05º 0.61% 0.65% -
XYZ 23.89 22.9 8.16 -
YUV 129.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 166 124 65 0 0.25 0.61 0.35 35.05 0.44 0.45
Hex A6 7C 41 0 19 3D 23 23 2C 2D
Octal 246 174 101 0 31 75 43 43 54 55
Binary 10100110 1111100 1000001 0 11001 111101 100011 100011 101100 101101

Color Harmonies of #A67C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C41

Black with #A67C41

Text Example


Text Example

White with #A67C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C41; }

 p { color: rgb(166,124,65); }

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

background-color css

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

 a { background-color: rgb(166,124,65); }

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

border-color css

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

 span { border-color: rgb(166,124,65); }

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