Html Css Color HEX #99794B Muesli

📋 copy color: '#99794B'

red 153 ◦ green 121 ◦ blue 75

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

Shades of Muesli #99794B

Tints of Muesli #99794B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.49%

R = 43.84%
G = 34.67%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#99794B (or 0x99794B) is known color: Muesli. HEX triplet: 99, 79 and 4B. RGB value is (153,121,75). Sum of RGB (Red+Green+Blue) = 153+121+75=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #99794B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99794B is #6686B4. Grayscale: #7D7D7D. Windows color (decimal): -6719157 or 4946329. OLE color: 4946329.

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

Color convert

RGB 153 121 75 -
CMYK 0 0.21 0.51 0.4
HSL 35.38º 0.34% 0.45% -
HSV(B) 35.38º 0.51% 0.6% -
XYZ 21.24 20.96 9.58 -
YUV 125.32 99.6 147.74 -
System Red Green Blue C M Y K H S L
Decimal 153 121 75 0 0.21 0.51 0.4 35.38 0.34 0.45
Hex 99 79 4B 0 15 33 28 23 22 2D
Octal 231 171 113 0 25 63 50 43 42 55
Binary 10011001 1111001 1001011 0 10101 110011 101000 100011 100010 101101

Color Harmonies of #99794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99794B

Black with #99794B

Text Example


Text Example

White with #99794B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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