Html Css Color HEX #96804B Muesli

📋 copy color: '#96804B'

red 150 ◦ green 128 ◦ blue 75

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

Shades of Muesli #96804B

Tints of Muesli #96804B

RGB

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

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

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

R = 42.49%
G = 36.26%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#96804B (or 0x96804B) is known color: Muesli. HEX triplet: 96, 80 and 4B. RGB value is (150,128,75). Sum of RGB (Red+Green+Blue) = 150+128+75=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #96804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96804B is #697FB4. Grayscale: #808080. Windows color (decimal): -6913973 or 4948118. OLE color: 4948118.

HSL color Cylindrical-coordinate representation of color #96804B: hue angle of 42.4º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96804B is Cyan = 0, Magento = 0.15, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 128 75 -
CMYK 0 0.15 0.5 0.41
HSL 42.4º 0.33% 0.44% -
HSV(B) 42.4º 0.5% 0.59% -
XYZ 21.57 22.43 9.85 -
YUV 128.54 97.79 143.31 -
System Red Green Blue C M Y K H S L
Decimal 150 128 75 0 0.15 0.5 0.41 42.4 0.33 0.44
Hex 96 80 4B 0 F 32 29 2A 21 2C
Octal 226 200 113 0 17 62 51 52 41 54
Binary 10010110 10000000 1001011 0 1111 110010 101001 101010 100001 101100

Color Harmonies of #96804B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96804B

Black with #96804B

Text Example


Text Example

White with #96804B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,128,75); }

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

background-color css

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

 a { background-color: rgb(150,128,75); }

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

border-color css

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

 span { border-color: rgb(150,128,75); }

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