Html Css Color HEX #9A8649 Muesli

📋 copy color: '#9A8649'

red 154 ◦ green 134 ◦ blue 73

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

Shades of Muesli #9A8649

Tints of Muesli #9A8649

RGB

 RED value IS 154 (60.55% from 255) = 42.66%

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

 BLUE value IS 73 (28.91% from 255) = 20.22%

R = 42.66%
G = 37.12%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#9A8649 (or 0x9A8649) is known color: Muesli. HEX triplet: 9A, 86 and 49. RGB value is (154,134,73). Sum of RGB (Red+Green+Blue) = 154+134+73=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8649 is #6579B6. Grayscale: #858585. Windows color (decimal): -6650295 or 4818586. OLE color: 4818586.

HSL color Cylindrical-coordinate representation of color #9A8649: hue angle of 45.19º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A8649 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 134 73 -
CMYK 0 0.13 0.53 0.40
HSL 45.19º 0.36% 0.45% -
HSV(B) 45.19º 0.53% 0.6% -
XYZ 23.05 24.4 9.8 -
YUV 133.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 154 134 73 0 0.13 0.53 0.40 45.19 0.36 0.45
Hex 9A 86 49 0 D 35 28 2D 24 2D
Octal 232 206 111 0 15 65 50 55 44 55
Binary 10011010 10000110 1001001 0 1101 110101 101000 101101 100100 101101

Color Harmonies of #9A8649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8649

Black with #9A8649

Text Example


Text Example

White with #9A8649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,134,73); }

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

background-color css

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

 a { background-color: rgb(154,134,73); }

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

border-color css

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

 span { border-color: rgb(154,134,73); }

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