Html Css Color HEX #98805B Muesli

📋 copy color: '#98805B'

red 152 ◦ green 128 ◦ blue 91

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

Shades of Muesli #98805B

Tints of Muesli #98805B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.5%

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

R = 40.97%
G = 34.5%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#98805B (or 0x98805B) is known color: Muesli. HEX triplet: 98, 80 and 5B. RGB value is (152,128,91). Sum of RGB (Red+Green+Blue) = 152+128+91=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #98805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98805B is #677FA4. Grayscale: #838383. Windows color (decimal): -6782885 or 5996696. OLE color: 5996696.

HSL color Cylindrical-coordinate representation of color #98805B: hue angle of 36.39º 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 #98805B is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 128 91 -
CMYK 0 0.16 0.40 0.40
HSL 36.39º 0.25% 0.48% -
HSV(B) 36.39º 0.4% 0.6% -
XYZ 22.56 22.87 13.12 -
YUV 130.96 105.45 143.01 -
System Red Green Blue C M Y K H S L
Decimal 152 128 91 0 0.16 0.40 0.40 36.39 0.25 0.48
Hex 98 80 5B 0 10 28 28 24 19 30
Octal 230 200 133 0 20 50 50 44 31 60
Binary 10011000 10000000 1011011 0 10000 101000 101000 100100 11001 110000

Color Harmonies of #98805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98805B

Black with #98805B

Text Example


Text Example

White with #98805B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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