Html Css Color HEX #9A8652 Muesli

📋 copy color: '#9A8652'

red 154 ◦ green 134 ◦ blue 82

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

Shades of Muesli #9A8652

Tints of Muesli #9A8652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.16%

R = 41.62%
G = 36.22%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#9A8652 (or 0x9A8652) is known color: Muesli. HEX triplet: 9A, 86 and 52. RGB value is (154,134,82). Sum of RGB (Red+Green+Blue) = 154+134+82=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8652 is #6579AD. Grayscale: #868686. Windows color (decimal): -6650286 or 5408410. OLE color: 5408410.

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

Color convert

RGB 154 134 82 -
CMYK 0 0.13 0.47 0.40
HSL 43.33º 0.31% 0.46% -
HSV(B) 43.33º 0.47% 0.6% -
XYZ 23.37 24.53 11.49 -
YUV 134.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 154 134 82 0 0.13 0.47 0.40 43.33 0.31 0.46
Hex 9A 86 52 0 D 2F 28 2B 1F 2E
Octal 232 206 122 0 15 57 50 53 37 56
Binary 10011010 10000110 1010010 0 1101 101111 101000 101011 11111 101110

Color Harmonies of #9A8652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8652

Black with #9A8652

Text Example


Text Example

White with #9A8652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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