Html Css Color HEX #96834D Muesli

📋 copy color: '#96834D'

red 150 ◦ green 131 ◦ blue 77

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

Shades of Muesli #96834D

Tints of Muesli #96834D

RGB

 RED value IS 150 (58.98% from 255) = 41.9%

 GREEN value IS 131 (51.56% from 255) = 36.59%

 BLUE value IS 77 (30.47% from 255) = 21.51%

R = 41.9%
G = 36.59%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96834D (or 0x96834D) is known color: Muesli. HEX triplet: 96, 83 and 4D. RGB value is (150,131,77). Sum of RGB (Red+Green+Blue) = 150+131+77=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96834D is #697CB2. Grayscale: #828282. Windows color (decimal): -6913203 or 5079958. OLE color: 5079958.

HSL color Cylindrical-coordinate representation of color #96834D: hue angle of 44.38º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96834D is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 131 77 -
CMYK 0 0.13 0.49 0.41
HSL 44.38º 0.32% 0.45% -
HSV(B) 44.38º 0.49% 0.59% -
XYZ 22.03 23.25 10.35 -
YUV 130.53 97.79 141.89 -
System Red Green Blue C M Y K H S L
Decimal 150 131 77 0 0.13 0.49 0.41 44.38 0.32 0.45
Hex 96 83 4D 0 D 31 29 2C 20 2D
Octal 226 203 115 0 15 61 51 54 40 55
Binary 10010110 10000011 1001101 0 1101 110001 101001 101100 100000 101101

Color Harmonies of #96834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96834D

Black with #96834D

Text Example


Text Example

White with #96834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96834D; }

 p { color: rgb(150,131,77); }

 H1.HeaderClassName
 {
   color: #96834D;
 }
 .AnyTagClassName
 {
   color: #96834D;
 }
</style>

background-color css

<style>
 a { background-color: #96834D; }

 a { background-color: rgb(150,131,77); }

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

border-color css

<style>
 span { border-color: #96834D; }

 span { border-color: rgb(150,131,77); }

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