Html Css Color HEX #967845 Muesli

📋 copy color: '#967845'

red 150 ◦ green 120 ◦ blue 69

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

Shades of Muesli #967845

Tints of Muesli #967845

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.4%

 BLUE value IS 69 (27.34% from 255) = 20.35%

R = 44.25%
G = 35.4%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#967845 (or 0x967845) is known color: Muesli. HEX triplet: 96, 78 and 45. RGB value is (150,120,69). Sum of RGB (Red+Green+Blue) = 150+120+69=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #967845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967845 is #6987BA. Grayscale: #7B7B7B. Windows color (decimal): -6916027 or 4552854. OLE color: 4552854.

HSL color Cylindrical-coordinate representation of color #967845: hue angle of 37.78º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #967845 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 120 69 -
CMYK 0 0.20 0.54 0.41
HSL 37.78º 0.37% 0.43% -
HSV(B) 37.78º 0.54% 0.59% -
XYZ 20.37 20.35 8.48 -
YUV 123.16 97.44 147.15 -
System Red Green Blue C M Y K H S L
Decimal 150 120 69 0 0.20 0.54 0.41 37.78 0.37 0.43
Hex 96 78 45 0 14 36 29 26 25 2B
Octal 226 170 105 0 24 66 51 46 45 53
Binary 10010110 1111000 1000101 0 10100 110110 101001 100110 100101 101011

Color Harmonies of #967845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967845

Black with #967845

Text Example


Text Example

White with #967845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967845; }

 p { color: rgb(150,120,69); }

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

background-color css

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

 a { background-color: rgb(150,120,69); }

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

border-color css

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

 span { border-color: rgb(150,120,69); }

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