Html Css Color HEX #99884F Muesli

📋 copy color: '#99884F'

red 153 ◦ green 136 ◦ blue 79

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

Shades of Muesli #99884F

Tints of Muesli #99884F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.47%

R = 41.58%
G = 36.96%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#99884F (or 0x99884F) is known color: Muesli. HEX triplet: 99, 88 and 4F. RGB value is (153,136,79). Sum of RGB (Red+Green+Blue) = 153+136+79=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #99884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99884F is #6677B0. Grayscale: #868686. Windows color (decimal): -6715313 or 5212313. OLE color: 5212313.

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

Color convert

RGB 153 136 79 -
CMYK 0 0.11 0.48 0.4
HSL 46.22º 0.32% 0.45% -
HSV(B) 46.22º 0.48% 0.6% -
XYZ 23.35 24.95 10.98 -
YUV 134.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 153 136 79 0 0.11 0.48 0.4 46.22 0.32 0.45
Hex 99 88 4F 0 B 30 28 2E 20 2D
Octal 231 210 117 0 13 60 50 56 40 55
Binary 10011001 10001000 1001111 0 1011 110000 101000 101110 100000 101101

Color Harmonies of #99884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99884F

Black with #99884F

Text Example


Text Example

White with #99884F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99884F; }

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

 H1.HeaderClassName
 {
   color: #99884F;
 }
 .AnyTagClassName
 {
   color: #99884F;
 }
</style>

background-color css

<style>
 a { background-color: #99884F; }

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

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

border-color css

<style>
 span { border-color: #99884F; }

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

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