Html Css Color HEX #99885A Muesli

📋 copy color: '#99885A'

red 153 ◦ green 136 ◦ blue 90

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

Shades of Muesli #99885A

Tints of Muesli #99885A

RGB

 RED value IS 153 (60.16% from 255) = 40.37%

 GREEN value IS 136 (53.52% from 255) = 35.88%

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

R = 40.37%
G = 35.88%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99885A (or 0x99885A) is known color: Muesli. HEX triplet: 99, 88 and 5A. RGB value is (153,136,90). Sum of RGB (Red+Green+Blue) = 153+136+90=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #99885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99885A is #6677A5. Grayscale: #888888. Windows color (decimal): -6715302 or 5933209. OLE color: 5933209.

HSL color Cylindrical-coordinate representation of color #99885A: hue angle of 43.81º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99885A is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 136 90 -
CMYK 0 0.11 0.41 0.4
HSL 43.81º 0.26% 0.48% -
HSV(B) 43.81º 0.41% 0.6% -
XYZ 23.79 25.12 13.27 -
YUV 135.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 153 136 90 0 0.11 0.41 0.4 43.81 0.26 0.48
Hex 99 88 5A 0 B 29 28 2C 1A 30
Octal 231 210 132 0 13 51 50 54 32 60
Binary 10011001 10001000 1011010 0 1011 101001 101000 101100 11010 110000

Color Harmonies of #99885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99885A

Black with #99885A

Text Example


Text Example

White with #99885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99885A; }

 p { color: rgb(153,136,90); }

 H1.HeaderClassName
 {
   color: #99885A;
 }
 .AnyTagClassName
 {
   color: #99885A;
 }
</style>

background-color css

<style>
 a { background-color: #99885A; }

 a { background-color: rgb(153,136,90); }

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

border-color css

<style>
 span { border-color: #99885A; }

 span { border-color: rgb(153,136,90); }

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