Html Css Color HEX #967C43 Muesli

📋 copy color: '#967C43'

red 150 ◦ green 124 ◦ blue 67

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

Shades of Muesli #967C43

Tints of Muesli #967C43

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.36%

 BLUE value IS 67 (26.56% from 255) = 19.65%

R = 43.99%
G = 36.36%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#967C43 (or 0x967C43) is known color: Muesli. HEX triplet: 96, 7C and 43. RGB value is (150,124,67). Sum of RGB (Red+Green+Blue) = 150+124+67=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #967C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967C43 is #6983BC. Grayscale: #7D7D7D. Windows color (decimal): -6915005 or 4422806. OLE color: 4422806.

HSL color Cylindrical-coordinate representation of color #967C43: hue angle of 41.2º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #967C43 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 124 67 -
CMYK 0 0.17 0.55 0.41
HSL 41.2º 0.38% 0.43% -
HSV(B) 41.2º 0.55% 0.59% -
XYZ 20.8 21.3 8.33 -
YUV 125.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 150 124 67 0 0.17 0.55 0.41 41.2 0.38 0.43
Hex 96 7C 43 0 11 37 29 29 26 2B
Octal 226 174 103 0 21 67 51 51 46 53
Binary 10010110 1111100 1000011 0 10001 110111 101001 101001 100110 101011

Color Harmonies of #967C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C43

Black with #967C43

Text Example


Text Example

White with #967C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,124,67); }

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

background-color css

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

 a { background-color: rgb(150,124,67); }

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

border-color css

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

 span { border-color: rgb(150,124,67); }

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