Html Css Color HEX #997E4A Muesli

📋 copy color: '#997E4A'

red 153 ◦ green 126 ◦ blue 74

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

Shades of Muesli #997E4A

Tints of Muesli #997E4A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.69%

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

R = 43.34%
G = 35.69%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#997E4A (or 0x997E4A) is known color: Muesli. HEX triplet: 99, 7E and 4A. RGB value is (153,126,74). Sum of RGB (Red+Green+Blue) = 153+126+74=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #997E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997E4A is #6681B5. Grayscale: #808080. Windows color (decimal): -6717878 or 4882073. OLE color: 4882073.

HSL color Cylindrical-coordinate representation of color #997E4A: hue angle of 39.49º 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 #997E4A is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 126 74 -
CMYK 0 0.18 0.52 0.4
HSL 39.49º 0.35% 0.45% -
HSV(B) 39.49º 0.52% 0.6% -
XYZ 21.83 22.19 9.61 -
YUV 128.15 97.45 145.73 -
System Red Green Blue C M Y K H S L
Decimal 153 126 74 0 0.18 0.52 0.4 39.49 0.35 0.45
Hex 99 7E 4A 0 12 34 28 27 23 2D
Octal 231 176 112 0 22 64 50 47 43 55
Binary 10011001 1111110 1001010 0 10010 110100 101000 100111 100011 101101

Color Harmonies of #997E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997E4A

Black with #997E4A

Text Example


Text Example

White with #997E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997E4A; }

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

 H1.HeaderClassName
 {
   color: #997E4A;
 }
 .AnyTagClassName
 {
   color: #997E4A;
 }
</style>

background-color css

<style>
 a { background-color: #997E4A; }

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

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

border-color css

<style>
 span { border-color: #997E4A; }

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

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