Html Css Color HEX #967B54 Muesli

📋 copy color: '#967B54'

red 150 ◦ green 123 ◦ blue 84

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

Shades of Muesli #967B54

Tints of Muesli #967B54

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.45%

 BLUE value IS 84 (33.2% from 255) = 23.53%

R = 42.02%
G = 34.45%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#967B54 (or 0x967B54) is known color: Muesli. HEX triplet: 96, 7B and 54. RGB value is (150,123,84). Sum of RGB (Red+Green+Blue) = 150+123+84=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #967B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B54 is #6984AB. Grayscale: #7E7E7E. Windows color (decimal): -6915244 or 5536662. OLE color: 5536662.

HSL color Cylindrical-coordinate representation of color #967B54: hue angle of 35.45º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #967B54 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 123 84 -
CMYK 0 0.18 0.44 0.41
HSL 35.45º 0.28% 0.46% -
HSV(B) 35.45º 0.44% 0.59% -
XYZ 21.26 21.29 11.38 -
YUV 126.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 150 123 84 0 0.18 0.44 0.41 35.45 0.28 0.46
Hex 96 7B 54 0 12 2C 29 23 1C 2E
Octal 226 173 124 0 22 54 51 43 34 56
Binary 10010110 1111011 1010100 0 10010 101100 101001 100011 11100 101110

Color Harmonies of #967B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967B54

Black with #967B54

Text Example


Text Example

White with #967B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967B54; }

 p { color: rgb(150,123,84); }

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

background-color css

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

 a { background-color: rgb(150,123,84); }

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

border-color css

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

 span { border-color: rgb(150,123,84); }

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