Html Css Color HEX #997C55 Muesli

📋 copy color: '#997C55'

red 153 ◦ green 124 ◦ blue 85

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

Shades of Muesli #997C55

Tints of Muesli #997C55

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.25%

 BLUE value IS 85 (33.59% from 255) = 23.48%

R = 42.27%
G = 34.25%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#997C55 (or 0x997C55) is known color: Muesli. HEX triplet: 99, 7C and 55. RGB value is (153,124,85). Sum of RGB (Red+Green+Blue) = 153+124+85=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #997C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997C55 is #6683AA. Grayscale: #808080. Windows color (decimal): -6718379 or 5602457. OLE color: 5602457.

HSL color Cylindrical-coordinate representation of color #997C55: hue angle of 34.41º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #997C55 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 124 85 -
CMYK 0 0.19 0.44 0.4
HSL 34.41º 0.29% 0.47% -
HSV(B) 34.41º 0.44% 0.6% -
XYZ 21.98 21.84 11.65 -
YUV 128.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 153 124 85 0 0.19 0.44 0.4 34.41 0.29 0.47
Hex 99 7C 55 0 13 2C 28 22 1D 2F
Octal 231 174 125 0 23 54 50 42 35 57
Binary 10011001 1111100 1010101 0 10011 101100 101000 100010 11101 101111

Color Harmonies of #997C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C55

Black with #997C55

Text Example


Text Example

White with #997C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,124,85); }

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

background-color css

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

 a { background-color: rgb(153,124,85); }

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

border-color css

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

 span { border-color: rgb(153,124,85); }

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