Html Css Color HEX #96824E Muesli

📋 copy color: '#96824E'

red 150 ◦ green 130 ◦ blue 78

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

Shades of Muesli #96824E

Tints of Muesli #96824E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.79%

R = 41.9%
G = 36.31%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#96824E (or 0x96824E) is known color: Muesli. HEX triplet: 96, 82 and 4E. RGB value is (150,130,78). Sum of RGB (Red+Green+Blue) = 150+130+78=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96824E is #697DB1. Grayscale: #828282. Windows color (decimal): -6913458 or 5145238. OLE color: 5145238.

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

Color convert

RGB 150 130 78 -
CMYK 0 0.13 0.48 0.41
HSL 43.33º 0.32% 0.45% -
HSV(B) 43.33º 0.48% 0.59% -
XYZ 21.94 23 10.49 -
YUV 130.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 150 130 78 0 0.13 0.48 0.41 43.33 0.32 0.45
Hex 96 82 4E 0 D 30 29 2B 20 2D
Octal 226 202 116 0 15 60 51 53 40 55
Binary 10010110 10000010 1001110 0 1101 110000 101001 101011 100000 101101

Color Harmonies of #96824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96824E

Black with #96824E

Text Example


Text Example

White with #96824E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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