Html Css Color HEX #9C8A5B Muesli

📋 copy color: '#9C8A5B'

red 156 ◦ green 138 ◦ blue 91

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

Shades of Muesli #9C8A5B

Tints of Muesli #9C8A5B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.84%

 BLUE value IS 91 (35.94% from 255) = 23.64%

R = 40.52%
G = 35.84%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C8A5B (or 0x9C8A5B) is known color: Muesli. HEX triplet: 9C, 8A and 5B. RGB value is (156,138,91). Sum of RGB (Red+Green+Blue) = 156+138+91=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8A5B is #6375A4. Grayscale: #8A8A8A. Windows color (decimal): -6518181 or 5999260. OLE color: 5999260.

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

Color convert

RGB 156 138 91 -
CMYK 0 0.12 0.42 0.39
HSL 43.38º 0.26% 0.48% -
HSV(B) 43.38º 0.42% 0.61% -
XYZ 24.69 26 13.61 -
YUV 138.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 156 138 91 0 0.12 0.42 0.39 43.38 0.26 0.48
Hex 9C 8A 5B 0 C 2A 27 2B 1A 30
Octal 234 212 133 0 14 52 47 53 32 60
Binary 10011100 10001010 1011011 0 1100 101010 100111 101011 11010 110000

Color Harmonies of #9C8A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8A5B

Black with #9C8A5B

Text Example


Text Example

White with #9C8A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,138,91); }

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

background-color css

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

 a { background-color: rgb(156,138,91); }

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

border-color css

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

 span { border-color: rgb(156,138,91); }

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