Html Css Color HEX #96824C Muesli

📋 copy color: '#96824C'

red 150 ◦ green 130 ◦ blue 76

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

Shades of Muesli #96824C

Tints of Muesli #96824C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.52%

 BLUE value IS 76 (30.08% from 255) = 21.35%

R = 42.13%
G = 36.52%
B = 21.35%

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

#96824C (or 0x96824C) is known color: Muesli. HEX triplet: 96, 82 and 4C. RGB value is (150,130,76). Sum of RGB (Red+Green+Blue) = 150+130+76=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #96824C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96824C is #697DB3. Grayscale: #828282. Windows color (decimal): -6913460 or 5014166. OLE color: 5014166.

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

Color convert

RGB 150 130 76 -
CMYK 0 0.13 0.49 0.41
HSL 43.78º 0.33% 0.44% -
HSV(B) 43.78º 0.49% 0.59% -
XYZ 21.86 22.97 10.12 -
YUV 129.82 97.63 142.39 -
System Red Green Blue C M Y K H S L
Decimal 150 130 76 0 0.13 0.49 0.41 43.78 0.33 0.44
Hex 96 82 4C 0 D 31 29 2C 21 2C
Octal 226 202 114 0 15 61 51 54 41 54
Binary 10010110 10000010 1001100 0 1101 110001 101001 101100 100001 101100

Color Harmonies of #96824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96824C

Black with #96824C

Text Example


Text Example

White with #96824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96824C; }

 p { color: rgb(150,130,76); }

 H1.HeaderClassName
 {
   color: #96824C;
 }
 .AnyTagClassName
 {
   color: #96824C;
 }
</style>

background-color css

<style>
 a { background-color: #96824C; }

 a { background-color: rgb(150,130,76); }

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

border-color css

<style>
 span { border-color: #96824C; }

 span { border-color: rgb(150,130,76); }

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