Html Css Color HEX #997A40 Muesli

📋 copy color: '#997A40'

red 153 ◦ green 122 ◦ blue 64

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

Shades of Muesli #997A40

Tints of Muesli #997A40

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.99%

 BLUE value IS 64 (25.39% from 255) = 18.88%

R = 45.13%
G = 35.99%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#997A40 (or 0x997A40) is known color: Muesli. HEX triplet: 99, 7A and 40. RGB value is (153,122,64). Sum of RGB (Red+Green+Blue) = 153+122+64=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #997A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997A40 is #6685BF. Grayscale: #7C7C7C. Windows color (decimal): -6718912 or 4225689. OLE color: 4225689.

HSL color Cylindrical-coordinate representation of color #997A40: hue angle of 39.1º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #997A40 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 122 64 -
CMYK 0 0.20 0.58 0.4
HSL 39.1º 0.41% 0.43% -
HSV(B) 39.1º 0.58% 0.6% -
XYZ 21.02 21.06 7.81 -
YUV 124.66 93.77 148.22 -
System Red Green Blue C M Y K H S L
Decimal 153 122 64 0 0.20 0.58 0.4 39.1 0.41 0.43
Hex 99 7A 40 0 14 3A 28 27 29 2B
Octal 231 172 100 0 24 72 50 47 51 53
Binary 10011001 1111010 1000000 0 10100 111010 101000 100111 101001 101011

Color Harmonies of #997A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997A40

Black with #997A40

Text Example


Text Example

White with #997A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,122,64); }

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

background-color css

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

 a { background-color: rgb(153,122,64); }

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

border-color css

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

 span { border-color: rgb(153,122,64); }

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