Html Css Color HEX #9C894C Muddy Waters

📋 copy color: '#9C894C'

red 156 ◦ green 137 ◦ blue 76

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

Shades of Muddy Waters #9C894C

Tints of Muddy Waters #9C894C

RGB

 RED value IS 156 (61.33% from 255) = 42.28%

 GREEN value IS 137 (53.91% from 255) = 37.13%

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

R = 42.28%
G = 37.13%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C894C (or 0x9C894C) is known color: Muddy Waters. HEX triplet: 9C, 89 and 4C. RGB value is (156,137,76). Sum of RGB (Red+Green+Blue) = 156+137+76=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C894C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C894C is #6376B3. Grayscale: #878787. Windows color (decimal): -6518452 or 5015964. OLE color: 5015964.

HSL color Cylindrical-coordinate representation of color #9C894C: hue angle of 45.75º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C894C is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 137 76 -
CMYK 0 0.12 0.51 0.39
HSL 45.75º 0.34% 0.45% -
HSV(B) 45.75º 0.51% 0.61% -
XYZ 23.96 25.48 10.49 -
YUV 135.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 156 137 76 0 0.12 0.51 0.39 45.75 0.34 0.45
Hex 9C 89 4C 0 C 33 27 2E 22 2D
Octal 234 211 114 0 14 63 47 56 42 55
Binary 10011100 10001001 1001100 0 1100 110011 100111 101110 100010 101101

Color Harmonies of #9C894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C894C

Black with #9C894C

Text Example


Text Example

White with #9C894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C894C; }

 p { color: rgb(156,137,76); }

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

background-color css

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

 a { background-color: rgb(156,137,76); }

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

border-color css

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

 span { border-color: rgb(156,137,76); }

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