Html Css Color HEX #9A864A Muesli

📋 copy color: '#9A864A'

red 154 ◦ green 134 ◦ blue 74

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

Shades of Muesli #9A864A

Tints of Muesli #9A864A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.44%

R = 42.54%
G = 37.02%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#9A864A (or 0x9A864A) is known color: Muesli. HEX triplet: 9A, 86 and 4A. RGB value is (154,134,74). Sum of RGB (Red+Green+Blue) = 154+134+74=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 154 - color contains mainly: red. Hex color #9A864A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A864A is #6579B5. Grayscale: #858585. Windows color (decimal): -6650294 or 4884122. OLE color: 4884122.

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

Color convert

RGB 154 134 74 -
CMYK 0 0.13 0.52 0.40
HSL 45º 0.35% 0.45% -
HSV(B) 45º 0.52% 0.6% -
XYZ 23.09 24.41 9.97 -
YUV 133.14 94.63 142.88 -
System Red Green Blue C M Y K H S L
Decimal 154 134 74 0 0.13 0.52 0.40 45 0.35 0.45
Hex 9A 86 4A 0 D 34 28 2D 23 2D
Octal 232 206 112 0 15 64 50 55 43 55
Binary 10011010 10000110 1001010 0 1101 110100 101000 101101 100011 101101

Color Harmonies of #9A864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A864A

Black with #9A864A

Text Example


Text Example

White with #9A864A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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