Html Css Color HEX #98865B Muesli

📋 copy color: '#98865B'

red 152 ◦ green 134 ◦ blue 91

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

Shades of Muesli #98865B

Tints of Muesli #98865B

RGB

 RED value IS 152 (59.77% from 255) = 40.32%

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

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

R = 40.32%
G = 35.54%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#98865B (or 0x98865B) is known color: Muesli. HEX triplet: 98, 86 and 5B. RGB value is (152,134,91). Sum of RGB (Red+Green+Blue) = 152+134+91=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #98865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98865B is #6779A4. Grayscale: #868686. Windows color (decimal): -6781349 or 5998232. OLE color: 5998232.

HSL color Cylindrical-coordinate representation of color #98865B: hue angle of 42.3º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98865B is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 134 91 -
CMYK 0 0.12 0.40 0.40
HSL 42.3º 0.25% 0.48% -
HSV(B) 42.3º 0.4% 0.6% -
XYZ 23.36 24.48 13.39 -
YUV 134.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 152 134 91 0 0.12 0.40 0.40 42.3 0.25 0.48
Hex 98 86 5B 0 C 28 28 2A 19 30
Octal 230 206 133 0 14 50 50 52 31 60
Binary 10011000 10000110 1011011 0 1100 101000 101000 101010 11001 110000

Color Harmonies of #98865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98865B

Black with #98865B

Text Example


Text Example

White with #98865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98865B; }

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

 H1.HeaderClassName
 {
   color: #98865B;
 }
 .AnyTagClassName
 {
   color: #98865B;
 }
</style>

background-color css

<style>
 a { background-color: #98865B; }

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

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

border-color css

<style>
 span { border-color: #98865B; }

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

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