Html Css Color HEX #9C865B Muesli

📋 copy color: '#9C865B'

red 156 ◦ green 134 ◦ blue 91

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

Shades of Muesli #9C865B

Tints of Muesli #9C865B

RGB

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

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

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

R = 40.94%
G = 35.17%
B = 23.88%

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

#9C865B (or 0x9C865B) is known color: Muesli. HEX triplet: 9C, 86 and 5B. RGB value is (156,134,91). Sum of RGB (Red+Green+Blue) = 156+134+91=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 156 - color contains mainly: red. Hex color #9C865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C865B is #6379A4. Grayscale: #878787. Windows color (decimal): -6519205 or 5998236. OLE color: 5998236.

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

Color convert

RGB 156 134 91 -
CMYK 0 0.14 0.42 0.39
HSL 39.69º 0.26% 0.48% -
HSV(B) 39.69º 0.42% 0.61% -
XYZ 24.12 24.87 13.43 -
YUV 135.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 156 134 91 0 0.14 0.42 0.39 39.69 0.26 0.48
Hex 9C 86 5B 0 E 2A 27 28 1A 30
Octal 234 206 133 0 16 52 47 50 32 60
Binary 10011100 10000110 1011011 0 1110 101010 100111 101000 11010 110000

Color Harmonies of #9C865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C865B

Black with #9C865B

Text Example


Text Example

White with #9C865B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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