Html Css Color HEX #99874C Muesli

📋 copy color: '#99874C'

red 153 ◦ green 135 ◦ blue 76

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

Shades of Muesli #99874C

Tints of Muesli #99874C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.09%

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

R = 42.03%
G = 37.09%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#99874C (or 0x99874C) is known color: Muesli. HEX triplet: 99, 87 and 4C. RGB value is (153,135,76). Sum of RGB (Red+Green+Blue) = 153+135+76=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #99874C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99874C is #6678B3. Grayscale: #858585. Windows color (decimal): -6715572 or 5015449. OLE color: 5015449.

HSL color Cylindrical-coordinate representation of color #99874C: hue angle of 45.97º degrees, saturation: 0.34, 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 #99874C is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 135 76 -
CMYK 0 0.12 0.50 0.4
HSL 45.97º 0.34% 0.45% -
HSV(B) 45.97º 0.5% 0.6% -
XYZ 23.11 24.62 10.37 -
YUV 133.66 95.46 141.8 -
System Red Green Blue C M Y K H S L
Decimal 153 135 76 0 0.12 0.50 0.4 45.97 0.34 0.45
Hex 99 87 4C 0 C 32 28 2E 22 2D
Octal 231 207 114 0 14 62 50 56 42 55
Binary 10011001 10000111 1001100 0 1100 110010 101000 101110 100010 101101

Color Harmonies of #99874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99874C

Black with #99874C

Text Example


Text Example

White with #99874C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,135,76); }

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

background-color css

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

 a { background-color: rgb(153,135,76); }

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

border-color css

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

 span { border-color: rgb(153,135,76); }

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