Html Css Color HEX #99794A Muesli

📋 copy color: '#99794A'

red 153 ◦ green 121 ◦ blue 74

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

Shades of Muesli #99794A

Tints of Muesli #99794A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

 BLUE value IS 74 (29.3% from 255) = 21.26%

R = 43.97%
G = 34.77%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#99794A (or 0x99794A) is known color: Muesli. HEX triplet: 99, 79 and 4A. RGB value is (153,121,74). Sum of RGB (Red+Green+Blue) = 153+121+74=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99794A is #6686B5. Grayscale: #7D7D7D. Windows color (decimal): -6719158 or 4880793. OLE color: 4880793.

HSL color Cylindrical-coordinate representation of color #99794A: hue angle of 35.7º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99794A is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 121 74 -
CMYK 0 0.21 0.52 0.4
HSL 35.7º 0.35% 0.45% -
HSV(B) 35.7º 0.52% 0.6% -
XYZ 21.21 20.94 9.4 -
YUV 125.21 99.1 147.82 -
System Red Green Blue C M Y K H S L
Decimal 153 121 74 0 0.21 0.52 0.4 35.7 0.35 0.45
Hex 99 79 4A 0 15 34 28 24 23 2D
Octal 231 171 112 0 25 64 50 44 43 55
Binary 10011001 1111001 1001010 0 10101 110100 101000 100100 100011 101101

Color Harmonies of #99794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99794A

Black with #99794A

Text Example


Text Example

White with #99794A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,121,74); }

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

background-color css

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

 a { background-color: rgb(153,121,74); }

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

border-color css

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

 span { border-color: rgb(153,121,74); }

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