Html Css Color HEX #997E4B Muesli

📋 copy color: '#997E4B'

red 153 ◦ green 126 ◦ blue 75

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

Shades of Muesli #997E4B

Tints of Muesli #997E4B

RGB

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

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

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

R = 43.22%
G = 35.59%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#997E4B (or 0x997E4B) is known color: Muesli. HEX triplet: 99, 7E and 4B. RGB value is (153,126,75). Sum of RGB (Red+Green+Blue) = 153+126+75=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #997E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997E4B is #6681B4. Grayscale: #808080. Windows color (decimal): -6717877 or 4947609. OLE color: 4947609.

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

Color convert

RGB 153 126 75 -
CMYK 0 0.18 0.51 0.4
HSL 39.23º 0.34% 0.45% -
HSV(B) 39.23º 0.51% 0.6% -
XYZ 21.87 22.2 9.79 -
YUV 128.26 97.95 145.65 -
System Red Green Blue C M Y K H S L
Decimal 153 126 75 0 0.18 0.51 0.4 39.23 0.34 0.45
Hex 99 7E 4B 0 12 33 28 27 22 2D
Octal 231 176 113 0 22 63 50 47 42 55
Binary 10011001 1111110 1001011 0 10010 110011 101000 100111 100010 101101

Color Harmonies of #997E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997E4B

Black with #997E4B

Text Example


Text Example

White with #997E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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