Html Css Color HEX #967B4B Muesli

📋 copy color: '#967B4B'

red 150 ◦ green 123 ◦ blue 75

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

Shades of Muesli #967B4B

Tints of Muesli #967B4B

RGB

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

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

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

R = 43.1%
G = 35.34%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#967B4B (or 0x967B4B) is known color: Muesli. HEX triplet: 96, 7B and 4B. RGB value is (150,123,75). Sum of RGB (Red+Green+Blue) = 150+123+75=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #967B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967B4B is #6984B4. Grayscale: #7D7D7D. Windows color (decimal): -6915253 or 4946838. OLE color: 4946838.

HSL color Cylindrical-coordinate representation of color #967B4B: hue angle of 38.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 #967B4B is Cyan = 0, Magento = 0.18, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 123 75 -
CMYK 0 0.18 0.5 0.41
HSL 38.4º 0.33% 0.44% -
HSV(B) 38.4º 0.5% 0.59% -
XYZ 20.93 21.16 9.64 -
YUV 125.6 99.45 145.4 -
System Red Green Blue C M Y K H S L
Decimal 150 123 75 0 0.18 0.5 0.41 38.4 0.33 0.44
Hex 96 7B 4B 0 12 32 29 26 21 2C
Octal 226 173 113 0 22 62 51 46 41 54
Binary 10010110 1111011 1001011 0 10010 110010 101001 100110 100001 101100

Color Harmonies of #967B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967B4B

Black with #967B4B

Text Example


Text Example

White with #967B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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