Html Css Color HEX #9B855A Muesli

📋 copy color: '#9B855A'

red 155 ◦ green 133 ◦ blue 90

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

Shades of Muesli #9B855A

Tints of Muesli #9B855A

RGB

 RED value IS 155 (60.94% from 255) = 41.01%

 GREEN value IS 133 (52.34% from 255) = 35.19%

 BLUE value IS 90 (35.55% from 255) = 23.81%

R = 41.01%
G = 35.19%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9B855A (or 0x9B855A) is known color: Muesli. HEX triplet: 9B, 85 and 5A. RGB value is (155,133,90). Sum of RGB (Red+Green+Blue) = 155+133+90=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B855A is #647AA5. Grayscale: #868686. Windows color (decimal): -6584998 or 5932443. OLE color: 5932443.

HSL color Cylindrical-coordinate representation of color #9B855A: hue angle of 39.69º degrees, saturation: 0.27, 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 #9B855A is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 133 90 -
CMYK 0 0.14 0.42 0.39
HSL 39.69º 0.27% 0.48% -
HSV(B) 39.69º 0.42% 0.61% -
XYZ 23.75 24.48 13.15 -
YUV 134.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 155 133 90 0 0.14 0.42 0.39 39.69 0.27 0.48
Hex 9B 85 5A 0 E 2A 27 28 1B 30
Octal 233 205 132 0 16 52 47 50 33 60
Binary 10011011 10000101 1011010 0 1110 101010 100111 101000 11011 110000

Color Harmonies of #9B855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B855A

Black with #9B855A

Text Example


Text Example

White with #9B855A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,133,90); }

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

background-color css

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

 a { background-color: rgb(155,133,90); }

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

border-color css

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

 span { border-color: rgb(155,133,90); }

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