Html Css Color HEX #9C855A Muesli

📋 copy color: '#9C855A'

red 156 ◦ green 133 ◦ blue 90

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

Shades of Muesli #9C855A

Tints of Muesli #9C855A

RGB

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

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

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

R = 41.16%
G = 35.09%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C855A (or 0x9C855A) is known color: Muesli. HEX triplet: 9C, 85 and 5A. RGB value is (156,133,90). Sum of RGB (Red+Green+Blue) = 156+133+90=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 156 - color contains mainly: red. Hex color #9C855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C855A is #637AA5. Grayscale: #878787. Windows color (decimal): -6519462 or 5932444. OLE color: 5932444.

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

Color convert

RGB 156 133 90 -
CMYK 0 0.15 0.42 0.39
HSL 39.09º 0.27% 0.48% -
HSV(B) 39.09º 0.42% 0.61% -
XYZ 23.94 24.58 13.16 -
YUV 134.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 156 133 90 0 0.15 0.42 0.39 39.09 0.27 0.48
Hex 9C 85 5A 0 F 2A 27 27 1B 30
Octal 234 205 132 0 17 52 47 47 33 60
Binary 10011100 10000101 1011010 0 1111 101010 100111 100111 11011 110000

Color Harmonies of #9C855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C855A

Black with #9C855A

Text Example


Text Example

White with #9C855A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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