Html Css Color HEX #97805B Muesli

📋 copy color: '#97805B'

red 151 ◦ green 128 ◦ blue 91

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

Shades of Muesli #97805B

Tints of Muesli #97805B

RGB

 RED value IS 151 (59.38% from 255) = 40.81%

 GREEN value IS 128 (50.39% from 255) = 34.59%

 BLUE value IS 91 (35.94% from 255) = 24.59%

R = 40.81%
G = 34.59%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#97805B (or 0x97805B) is known color: Muesli. HEX triplet: 97, 80 and 5B. RGB value is (151,128,91). Sum of RGB (Red+Green+Blue) = 151+128+91=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #97805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97805B is #687FA4. Grayscale: #828282. Windows color (decimal): -6848421 or 5996695. OLE color: 5996695.

HSL color Cylindrical-coordinate representation of color #97805B: hue angle of 37º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97805B is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 128 91 -
CMYK 0 0.15 0.40 0.41
HSL 37º 0.25% 0.47% -
HSV(B) 37º 0.4% 0.59% -
XYZ 22.37 22.77 13.11 -
YUV 130.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 151 128 91 0 0.15 0.40 0.41 37 0.25 0.47
Hex 97 80 5B 0 F 28 29 25 19 2F
Octal 227 200 133 0 17 50 51 45 31 57
Binary 10010111 10000000 1011011 0 1111 101000 101001 100101 11001 101111

Color Harmonies of #97805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97805B

Black with #97805B

Text Example


Text Example

White with #97805B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,128,91); }

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

background-color css

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

 a { background-color: rgb(151,128,91); }

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

border-color css

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

 span { border-color: rgb(151,128,91); }

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