Html Css Color HEX #98864C Muesli

📋 copy color: '#98864C'

red 152 ◦ green 134 ◦ blue 76

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

Shades of Muesli #98864C

Tints of Muesli #98864C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.99%

R = 41.99%
G = 37.02%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#98864C (or 0x98864C) is known color: Muesli. HEX triplet: 98, 86 and 4C. RGB value is (152,134,76). Sum of RGB (Red+Green+Blue) = 152+134+76=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #98864C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98864C is #6779B3. Grayscale: #858585. Windows color (decimal): -6781364 or 5015192. OLE color: 5015192.

HSL color Cylindrical-coordinate representation of color #98864C: hue angle of 45.79º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98864C is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 134 76 -
CMYK 0 0.12 0.50 0.40
HSL 45.79º 0.33% 0.45% -
HSV(B) 45.79º 0.5% 0.6% -
XYZ 22.78 24.25 10.32 -
YUV 132.77 95.96 141.72 -
System Red Green Blue C M Y K H S L
Decimal 152 134 76 0 0.12 0.50 0.40 45.79 0.33 0.45
Hex 98 86 4C 0 C 32 28 2E 21 2D
Octal 230 206 114 0 14 62 50 56 41 55
Binary 10011000 10000110 1001100 0 1100 110010 101000 101110 100001 101101

Color Harmonies of #98864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98864C

Black with #98864C

Text Example


Text Example

White with #98864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98864C; }

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

 H1.HeaderClassName
 {
   color: #98864C;
 }
 .AnyTagClassName
 {
   color: #98864C;
 }
</style>

background-color css

<style>
 a { background-color: #98864C; }

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

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

border-color css

<style>
 span { border-color: #98864C; }

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

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